File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
2
+ // adapted from https://nextjs.org/docs/app/guides/debugging#debugging-with-vs-code
5
3
"version" : " 0.2.0" ,
6
4
"configurations" : [
7
5
{
18
16
"console" : " integratedTerminal" ,
19
17
"skipFiles" : [
20
18
" <node_internals>/**"
21
- ]
19
+ ],
20
+ "sourceMaps" : true ,
21
+ "serverReadyAction" : {
22
+ "action" : " debugWithChrome" ,
23
+ "killOnServerStop" : true ,
24
+ "pattern" : " - Local:.+(https?://.+)" ,
25
+ "uriFormat" : " %s" ,
26
+ "webRoot" : " ${workspaceFolder}"
27
+ }
22
28
}
23
29
]
24
30
}
Original file line number Diff line number Diff line change 8
8
"strict" : true ,
9
9
"forceConsistentCasingInFileNames" : true ,
10
10
"noEmit" : true ,
11
+ "sourceMap" : true ,
11
12
"esModuleInterop" : true ,
12
13
"module" : " esnext" ,
13
14
"moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments