File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "request" : " launch" ,
1111 "program" : " ${workspaceRoot}/target/debug/mathcat.exe" ,
1212 "args" : [],
13- "env" : {"RUST_LOG" : " debug" },
1413 "cwd" : " ${workspaceRoot}" ,
1514 "preLaunchTask" : " cargo build" ,
16- "sourceLanguages" : [" rust" ],
1715 },
1816 {
1917 "name" : " Run Test Debugger" ,
2321 "args" : [],
2422 "cwd" : " ${workspaceFolder}" ,
2523 "preLaunchTask" : " cargo test build" ,
26- "sourceLanguages" : [" rust" ],
2724 }
2825 ]
2926}
Original file line number Diff line number Diff line change 2121 },
2222 {
2323 "label" : " cargo build" ,
24- "type" : " shell" ,
25- "command" : " cargo build" ,
24+ "type" : " cargo" ,
25+ "command" : " build" ,
26+ "args" : [
27+ " --features" ,
28+ " include-zip" // Replace with your actual feature name
29+ ],
30+ "group" : {
31+ "kind" : " build" ,
32+ "isDefault" : true
33+ },
2634 "problemMatcher" : [
2735 " $rustc"
2836 ]
4957 ],
5058 "group" : {
5159 "kind" : " test" ,
52- "isDefault" : true
5360 }
5461 }
5562 ]
You can’t perform that action at this time.
0 commit comments