chore: lean.code-workspace: fix terminal cwd (#10802)
This commit is contained in:
parent
8a1b6e0f71
commit
5c7b003191
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
],
|
||||
"settings": {
|
||||
// Open terminal at root, not current workspace folder
|
||||
"terminal.integrated.cwd": "${workspaceFolder:.}",
|
||||
// (there is not way to directly refer to the root folder included as `.` above)
|
||||
"terminal.integrated.cwd": "${workspaceFolder:src}/..",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"cmake.buildDirectory": "${workspaceFolder}/build/release",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue