update doc

This commit is contained in:
Sandeep Somavarapu
2021-07-22 21:58:17 +02:00
parent fe671f3008
commit 53ca7186cc
+2 -1
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[];