Skip to content

Commit ebabb29

Browse files
committed
Remove outdated debug-types
1 parent 33244a2 commit ebabb29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

MarkdownConverter.code-workspace

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"version": "0.2.0",
3838
"configurations": [
3939
{
40-
"type": "pwa-extensionHost",
40+
"type": "extensionHost",
4141
"request": "launch",
4242
"name": "Launch Extension",
4343
"runtimeExecutable": "${execPath}",
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
{
55-
"type": "pwa-extensionHost",
55+
"type": "extensionHost",
5656
"request": "launch",
5757
"name": "Launch Extension Debug",
5858
"runtimeExecutable": "${execPath}",
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
{
71-
"type": "pwa-extensionHost",
71+
"type": "extensionHost",
7272
"request": "launch",
7373
"name": "Launch Extension Release",
7474
"runtimeExecutable": "${execPath}",
@@ -84,7 +84,7 @@
8484
]
8585
},
8686
{
87-
"type": "pwa-extensionHost",
87+
"type": "extensionHost",
8888
"request": "launch",
8989
"name": "Launch Essential Tests",
9090
"runtimeExecutable": "${execPath}",
@@ -105,7 +105,7 @@
105105
]
106106
},
107107
{
108-
"type": "pwa-extensionHost",
108+
"type": "extensionHost",
109109
"request": "launch",
110110
"name": "Launch Common Tests",
111111
"runtimeExecutable": "${execPath}",
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
{
129-
"type": "pwa-extensionHost",
129+
"type": "extensionHost",
130130
"request": "launch",
131131
"name": "Launch Tests for Single-File Mode",
132132
"runtimeExecutable": "${execPath}",
@@ -147,7 +147,7 @@
147147
]
148148
},
149149
{
150-
"type": "pwa-extensionHost",
150+
"type": "extensionHost",
151151
"request": "launch",
152152
"name": "Launch Tests for the Single-Folder Mode",
153153
"runtimeExecutable": "${execPath}",
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
{
171-
"type": "pwa-extensionHost",
171+
"type": "extensionHost",
172172
"request": "launch",
173173
"name": "Launch Tests for the Workspace Mode",
174174
"runtimeExecutable": "${execPath}",

0 commit comments

Comments
 (0)