feat(Bash/ServiceManager): enhance path portability (#22982)
This commit is contained in:
parent
c24c381bf5
commit
9f732c8cea
5 changed files with 966 additions and 71 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -122,5 +122,7 @@
|
|||
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||
"C_Cpp.default.compilerPath": "/usr/bin/clang"
|
||||
"C_Cpp.default.compilerPath": "/usr/bin/clang",
|
||||
"cmake.sourceDirectory": ["${workspaceFolder}"],
|
||||
"cmake.buildDirectory": "${workspaceFolder}/var/build",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue