File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
8
- "name" : " Launch Program " ,
9
- "program " : " ${workspaceFolder}/app.js " ,
8
+ "name" : " Run and Debug MAPLE " ,
9
+ "type " : " node " ,
10
10
"request" : " launch" ,
11
+ "runtimeExecutable" : " yarn" ,
12
+ "runtimeArgs" : [
13
+ " dev"
14
+ ],
15
+ "env" : {
16
+ "NODE_OPTIONS" : " --inspect"
17
+ },
18
+ "console" : " integratedTerminal" ,
11
19
"skipFiles" : [
12
20
" <node_internals>/**"
13
- ],
14
- "type" : " node"
15
- },
16
- {
17
- "name" : " Launch in VSCode (with TypeScript)" ,
18
- "type" : " node" ,
19
- "request" : " launch" ,
20
- "program" : " /Users/mrigank/maple/functions/src/notifications/index.ts" , // Replace with path to your main entry point (e.g., "index.js")
21
- "sourceMaps" : true
21
+ ]
22
22
}
23
23
]
24
- }
24
+ }
You can’t perform that action at this time.
0 commit comments