mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
change extension kind ui to be ui + workspace deprecate string value for extension kind
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ async function handleRoot(req, res) {
|
||||
return; // seems to fail to JSON.parse()?!
|
||||
}
|
||||
|
||||
packageJSON.extensionKind = 'web'; // enable for Web
|
||||
packageJSON.extensionKind = ['web']; // enable for Web
|
||||
|
||||
mapExtensionFolderToExtensionPackageJSON.set(extensionFolder, packageJSON);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user