update doc

This commit is contained in:
Sandeep Somavarapu 2021-07-22 21:58:05 +02:00
parent fe671f3008
commit 53ca7186cc
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -344,7 +344,8 @@ interface IWorkbenchConstructionOptions {
readonly additionalBuiltinExtensions?: readonly (ExtensionId | UriComponents)[];
/**
* List of extensions to be enabled.
* List of extensions to be enabled if they are installed.
* Note: This will not install extensions if not installed.
*/
readonly enabledExtensions?: readonly ExtensionId[];