File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "request" : " launch" ,
1010 "name" : " Debug wasm key" ,
1111 "preLaunchTask" : " BuildCompiler" ,
12- "program" : " ${workspaceFolder}/inference/target/debug/compiler " ,
12+ "program" : " ${workspaceFolder}/cli " ,
1313 "args" : [
1414 " ${workspaceFolder}/test_data/wasm/" ,
1515 " --wasm"
2121 "request" : " launch" ,
2222 "name" : " Debug rust key" ,
2323 "preLaunchTask" : " BuildCompiler" ,
24- "program" : " ${workspaceFolder}/inference/target/debug/compiler " ,
24+ "program" : " ${workspaceFolder}/cli " ,
2525 "args" : [
2626 " ${workspaceFolder}/test_data/rust/lib.rs" ,
2727 " --rust"
Original file line number Diff line number Diff line change 77 "type" : " shell" ,
88 "args" : [],
99 "options" : {
10- "cwd" : " ${workspaceFolder}/infc "
10+ "cwd" : " ${workspaceFolder}"
1111 },
1212 "group" : " build"
1313 }
You can’t perform that action at this time.
0 commit comments