change extension kind ui to be ui + workspace
deprecate string value for extension kind
This commit is contained in:
Sandeep Somavarapu
2019-11-29 13:20:16 +01:00
parent 413a17865c
commit f9b6372f0a
6 changed files with 83 additions and 58 deletions

View File

@@ -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) {