Skip to content

Commit 615e927

Browse files
Improve doc for the 'Applying editor configurations' page (#2892)
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent d709cbb commit 615e927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/administration-guide/pages/editor-configurations-for-microsoft-visual-studio-code.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following sections are currently supported:
2121
The *settings.json* section contains various settings with which you can customize different parts of the Code - OSS editor. +
2222
The *extensions.json* section contains recommended extensions that are installed when a workspace is started. +
2323
The *product.json* section contains properties that you need to add to the editor's *product.json* file. If the property already exists, its value will be updated. +
24-
The *configurations.json* section contains properties related to Code - OSS editor configuration. For example, you can use the `extensions.install-from-vsix-enabled` property to disable `Install from VSIX` command.
24+
The *configurations.json* section contains properties for Code - OSS editor configuration. For example, you can use the `extensions.install-from-vsix-enabled` property to disable `Install from VSIX` command.
2525

2626
.Procedure
2727

@@ -79,7 +79,7 @@ immutable: false
7979
Make sure that the Configmap contains data in a valid JSON format.
8080
====
8181

82-
TIP: Consider adding the ConfigMap to the `eclipse-che` namespace. It allows to replicate the ConfigMap across all user namespaces while preventing modifications within user's namespaces. See xref:configuring-a-user-namespace.adoc[].
82+
TIP: Consider adding the ConfigMap to the {prod-namespace} namespace. By adding it to the namespace, you replicate the ConfigMap across all user namespaces while preventing modifications within user's namespaces. See xref:configuring-a-user-namespace.adoc[].
8383

8484
.Verification
8585
. Verify that settings defined in the ConfigMap are applied using one of the following methods:

0 commit comments

Comments
 (0)