Skip to content

Commit 9ef17d6

Browse files
committed
Remove Launch TextMate Web Extension
1 parent 9223f34 commit 9ef17d6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.vscode/launch.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,5 @@
1717
],
1818
"preLaunchTask": "Watch-TextMate-Extension",
1919
},
20-
{ // Use npm script `open-in-browser` instead
21-
// Must remove "extensionDependencies" in `package.json` first
22-
"name": "TextMate Web Extension",
23-
"type": "pwa-extensionHost",
24-
"request": "launch",
25-
"args": [
26-
"--extensionDevelopmentPath=${workspaceFolder}",
27-
"--extensionDevelopmentKind=web"
28-
],
29-
"outFiles": [
30-
"${workspaceFolder}/out/web/**/*.js"
31-
],
32-
"preLaunchTask": "Watch-TextMate-Web-Extension",
33-
},
3420
]
3521
}

0 commit comments

Comments
 (0)