Skip to content

Commit 196dfd9

Browse files
committed
docs: default extension in visual studio code
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
1 parent 87dde96 commit 196dfd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ events:
8484

8585
* Include extension *.vsix* binaries to *che-code* image.
8686
+
87-
Having default extensions bundled in the editor image along with __DEFAULT_EXTENSIONS__ environment variable defined in a configmap, will allow you to use default extensions without the need to change the Devfile.
87+
Having default extensions bundled in the editor image along with __DEFAULT_EXTENSIONS__ environment variable defined in a config map, will allow you to use default extensions without the need to change the Devfile.
8888
+
8989
Following steps will help you to add the extensions you need to the editor image.
9090
+
@@ -114,7 +114,7 @@ $ docker build -t yourname/che-code:next .
114114
$ docker push yourname/che-code:next
115115
----
116116
+
117-
4. Add new configmap, define __DEFAULT_EXTENSIONS__ environment variable, specify absolute paths to the extensions.
117+
4. Add new config map, define __DEFAULT_EXTENSIONS__ environment variable, specify absolute paths to the extensions.
118118
+
119119
[source,yaml]
120120
----

0 commit comments

Comments
 (0)