mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Allow to run web client out of sources (#82569)
* web - first cut allow to run from oss * add launch config
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
"license": "MIT",
|
||||
"enableProposedApi": true,
|
||||
"private": true,
|
||||
"main": "horse",
|
||||
"activationEvents": [],
|
||||
"activationEvents": [
|
||||
"onFileSystem:memfs"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"engines": {
|
||||
"vscode": "^1.25.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user