We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TextMate Web Extension
1 parent 9223f34 commit 9ef17d6Copy full SHA for 9ef17d6
.vscode/launch.json
@@ -17,19 +17,5 @@
17
],
18
"preLaunchTask": "Watch-TextMate-Extension",
19
},
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
- },
34
]
35
}
0 commit comments