Skip to content

Commit

Permalink
Update modules/administration-guide/pages/default-extensions-for-micr…
Browse files Browse the repository at this point in the history
…osoft-visual-studio-code.adoc

Co-authored-by: David Kwon <[email protected]>
  • Loading branch information
vitaliy-guliy and dkwon17 authored Nov 14, 2024
1 parent 196dfd9 commit 9813b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Default extensions, like recommended extensions, allow you to work with a pre-installed set of extensions.

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 is started up, the recommended extension will be fetched from the extension marketplace and installed.
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.
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.
Expand Down

0 comments on commit 9813b95

Please sign in to comment.