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:
Benjamin Pasero
2019-10-15 10:50:25 +02:00
committed by GitHub
parent 11daba9b00
commit 49129e9911
5 changed files with 572 additions and 3 deletions

View File

@@ -6,8 +6,10 @@
"license": "MIT",
"enableProposedApi": true,
"private": true,
"main": "horse",
"activationEvents": [],
"activationEvents": [
"onFileSystem:memfs"
],
"main": "./out/extension",
"engines": {
"vscode": "^1.25.0"
},