mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Move web playground code into its own extension (#92672)
This splits the web playground out from vscode-api-tests
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"onFileSystem:memfs",
|
||||
"onDebug"
|
||||
],
|
||||
"main": "./out/web-playground/extension",
|
||||
"main": "./out/extension",
|
||||
"engines": {
|
||||
"vscode": "^1.25.0"
|
||||
},
|
||||
@@ -76,7 +76,6 @@
|
||||
"languages": [
|
||||
"markdown"
|
||||
],
|
||||
|
||||
"configurationAttributes": {
|
||||
"launch": {
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user