You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a workspace with a settings.json with: "cmake.cmakePath": "${workspaceFolder}\\Tools\\cmake\\bin\\cmake.exe"
When starting VSC, the following error are displayed:
[proc] Executing command: ${workspaceFolder}\Tools\cmake\bin\cmake.exe --version
[proc] The command: ${workspaceFolder}\Tools\cmake\bin\cmake.exe --version failed with error: Error: spawn ${workspaceFolder}\Tools\cmake\bin\cmake.exe ENOENT
[proc] Executing command: ${workspaceFolder}\Tools\cmake\bin\cmake.exe -E capabilities
[proc] The command: ${workspaceFolder}\Tools\cmake\bin\cmake.exe -E capabilities failed with error: Error: spawn ${workspaceFolder}\Tools\cmake\bin\cmake.exe ENOENT
If I replace ${workspaceFolder} by the "real" path, there are no error. But I need to use ${workspaceFolder} so that it work for any coworker using the projet in its own directory
After start, it work but having error displayed on start is confusing, especially for coworker not familiar with CMake
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Brief Issue Summary
I have a workspace with a settings.json with:
"cmake.cmakePath": "${workspaceFolder}\\Tools\\cmake\\bin\\cmake.exe"
When starting VSC, the following error are displayed:
If I replace ${workspaceFolder} by the "real" path, there are no error. But I need to use ${workspaceFolder} so that it work for any coworker using the projet in its own directory
After start, it work but having error displayed on start is confusing, especially for coworker not familiar with CMake
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: