web worker: support F5 debugging w/o launch.config

This commit is contained in:
Andre Weinand
2019-11-20 17:21:39 +01:00
parent 3e554edc58
commit f09c852a28
2 changed files with 42 additions and 6 deletions

View File

@@ -7,7 +7,8 @@
"enableProposedApi": true,
"private": true,
"activationEvents": [
"onFileSystem:memfs"
"onFileSystem:memfs",
"onDebug"
],
"main": "./out/extension",
"engines": {
@@ -72,6 +73,10 @@
{
"type": "mock",
"label": "Mock Debug",
"languages": [
"markdown"
],
"configurationAttributes": {
"launch": {
"required": [