Move web playground code into its own extension (#92672)

This splits the web playground out from vscode-api-tests
This commit is contained in:
Matt Bierner
2020-03-17 15:01:17 -07:00
committed by GitHub
parent 14514ea39a
commit 1c741ecc64
13 changed files with 254 additions and 5 deletions

View File

@@ -216,6 +216,7 @@ export function fromMarketplace(extensionName: string, version: string, metadata
const excludedExtensions = [
'vscode-api-tests',
'vscode-web-playground',
'vscode-colorize-tests',
'vscode-test-resolver',
'ms-vscode.node-debug',