Skip to content

Commit

Permalink
Remove outdated debug-types
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 24, 2022
1 parent 33244a2 commit ebabb29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MarkdownConverter.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Extension",
"runtimeExecutable": "${execPath}",
Expand All @@ -52,7 +52,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Extension Debug",
"runtimeExecutable": "${execPath}",
Expand All @@ -68,7 +68,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Extension Release",
"runtimeExecutable": "${execPath}",
Expand All @@ -84,7 +84,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Essential Tests",
"runtimeExecutable": "${execPath}",
Expand All @@ -105,7 +105,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Common Tests",
"runtimeExecutable": "${execPath}",
Expand All @@ -126,7 +126,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Tests for Single-File Mode",
"runtimeExecutable": "${execPath}",
Expand All @@ -147,7 +147,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Tests for the Single-Folder Mode",
"runtimeExecutable": "${execPath}",
Expand All @@ -168,7 +168,7 @@
]
},
{
"type": "pwa-extensionHost",
"type": "extensionHost",
"request": "launch",
"name": "Launch Tests for the Workspace Mode",
"runtimeExecutable": "${execPath}",
Expand Down

0 comments on commit ebabb29

Please sign in to comment.