web - move extension code into web-playground folder

This commit is contained in:
Benjamin Pasero 2020-03-13 08:59:31 +01:00
parent b36f377be6
commit 6ee37a6002
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"onFileSystem:memfs",
"onDebug"
],
"main": "./out/extension",
"main": "./out/web-playground/extension",
"engines": {
"vscode": "^1.25.0"
},