mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
web worker: support F5 debugging w/o launch.config
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user