terminal cwd

This commit is contained in:
Jörn-Michael Miehe 2024-03-03 16:11:08 +00:00
parent fb40b4ace8
commit 858923be34

View file

@ -6,5 +6,6 @@
"git.closeDiffOnOperation": true,
"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
"rust-analyzer.check.allTargets": false,
"terminal.integrated.cwd": "${workspaceFolder}/bluepill-rs",
"cortex-debug.gdbPath": "gdb-multiarch",
}