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.
1 parent ee34be1 commit 0903c5fCopy full SHA for 0903c5f
.vscode/launch.json
@@ -1,15 +1,15 @@
1
{
2
- "configurations": [
3
- {
4
- "name": "Wrangler",
5
- "type": "node",
6
- "request": "attach",
7
- "port": 9229,
8
- "cwd": "/",
9
- "resolveSourceMapLocations": null,
10
- "attachExistingChildren": false,
11
- "autoAttachChildProcesses": false,
12
- "sourceMaps": true // works with or without this line
13
- }
14
- ]
15
-}
+ "configurations": [
+ {
+ "name": "Wrangler",
+ "type": "node",
+ "request": "attach",
+ "port": 9229,
+ "cwd": "/",
+ "resolveSourceMapLocations": null,
+ "attachExistingChildren": false,
+ "autoAttachChildProcesses": false,
+ "sourceMaps": true // works with or without this line
+ }
+ ]
+}
0 commit comments