File tree Expand file tree Collapse file tree 5 files changed +5640
-7
lines changed Expand file tree Collapse file tree 5 files changed +5640
-7
lines changed Original file line number Diff line number Diff line change 1+ target /
Original file line number Diff line number Diff line change 66 "type" : " shell" ,
77 "command" : " docker compose -f compose.yaml up" ,
88 "options" : {
9- "cwd" : " ${workspaceFolder}/app"
9+ "cwd" : " ${workspaceFolder}/packages/ app"
1010 },
1111 "problemMatcher" : [],
1212 "isBackground" : true ,
2020 "type" : " shell" ,
2121 "command" : " docker compose -f compose.yaml down" ,
2222 "options" : {
23- "cwd" : " ${workspaceFolder}/app"
23+ "cwd" : " ${workspaceFolder}/packages/ app"
2424 },
2525 "problemMatcher" : [],
2626 "presentation" : {
3333 "type" : " shell" ,
3434 "command" : " cargo run" ,
3535 "options" : {
36- "cwd" : " ${workspaceFolder}/app"
36+ "cwd" : " ${workspaceFolder}/packages/ app"
3737 },
3838 "problemMatcher" : [],
3939 "isBackground" : true ,
4747 "type" : " shell" ,
4848 "command" : " bacon" ,
4949 "options" : {
50- "cwd" : " ${workspaceFolder}/app"
50+ "cwd" : " ${workspaceFolder}/packages/ app"
5151 },
5252 "problemMatcher" : [],
5353 "isBackground" : true ,
You can’t perform that action at this time.
0 commit comments