From 87335693613689005e7557be15059197fe5190d9 Mon Sep 17 00:00:00 2001 From: Vitaliy Gulyy Date: Thu, 14 Nov 2024 15:26:11 +0200 Subject: [PATCH] Update modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc Co-authored-by: David Kwon --- .../default-extensions-for-microsoft-visual-studio-code.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc b/modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc index 5229206b29..b3b9dff5f9 100644 --- a/modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc +++ b/modules/administration-guide/pages/default-extensions-for-microsoft-visual-studio-code.adoc @@ -12,7 +12,7 @@ Default extensions, like recommended extensions, allow you to work with a pre-in Recommended extension is specified by adding the extension identifier to the workspace file or to the *.vscode/extensions.json* file of your project. When the editor starts, the recommended extension will be fetched from the extension marketplace and installed. -Default extension is specified by putting the extension binary *.vsix* file path to the __DEFAULT_EXTENSIONS__ environment variable. +Default extensions are specified by putting the extension binary *.vsix* file path to the __DEFAULT_EXTENSIONS__ environment variable. After the startup, the editor checks for the environment variable, and if it is specified, takes the path to the extension and installs it in the background without disturbing the user. [NOTE]