mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
change extension kind ui to be ui + workspace deprecate string value for extension kind
This commit is contained in:
@@ -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