We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114f7e4 commit 167260fCopy full SHA for 167260f
lean.code-workspace
@@ -15,7 +15,8 @@
15
],
16
"settings": {
17
// Open terminal at root, not current workspace folder
18
- "terminal.integrated.cwd": "${workspaceFolder:.}",
+ // (there is not way to directly refer to the root folder included as `.` above)
19
+ "terminal.integrated.cwd": "${workspaceFolder:src}/..",
20
"files.insertFinalNewline": true,
21
"files.trimTrailingWhitespace": true,
22
"cmake.buildDirectory": "${workspaceFolder}/build/release",
0 commit comments