Skip to content

Commit 87edc69

Browse files
committed
add terminal env for luamake
1 parent a1b5555 commit 87edc69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
22
"C_Cpp.autoAddFileAssociations": false,
3+
"terminal.integrated.env.linux": {
4+
"PATH": "${workspaceFolder}/luamake:${env:PATH}",
5+
},
6+
"terminal.integrated.env.windows": {
7+
"PATH": "${workspaceFolder}/luamake:${env:PATH}",
8+
},
9+
"terminal.integrated.env.osx": {
10+
"PATH": "${workspaceFolder}/luamake:${env:PATH}",
11+
}
312
}

0 commit comments

Comments
 (0)