Skip to content

Commit 3ca792e

Browse files
feat: add initial vscode workspace configuration for OpenAstroFirmware
1 parent a8364c2 commit 3ca792e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

OpenAstroFirmware.code-workspace

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": ".."
8+
}
9+
],
10+
"settings": {
11+
"cmake.configureOnOpen": false,
12+
"terminal.integrated.cwd": "${workspaceFolder:OpenAstroFirmware}",
13+
"terminal.integrated.defaultProfile.linux": "zsh"
14+
}
15+
}

0 commit comments

Comments
 (0)