We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b5555 commit 87edc69Copy full SHA for 87edc69
.vscode/settings.json
@@ -1,3 +1,12 @@
1
{
2
"C_Cpp.autoAddFileAssociations": false,
3
+ "terminal.integrated.env.linux": {
4
+ "PATH": "${workspaceFolder}/luamake:${env:PATH}",
5
+ },
6
+ "terminal.integrated.env.windows": {
7
8
9
+ "terminal.integrated.env.osx": {
10
11
+ }
12
}
0 commit comments