feat(Bash/ServiceManager): enhance path portability (#22982)

This commit is contained in:
Yehonal
2025-10-12 22:28:22 +02:00
committed by GitHub
parent c24c381bf5
commit 9f732c8cea
5 changed files with 966 additions and 71 deletions

View File

@@ -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",
}