-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete GCC version matching? #1575
Comments
Thank you for opening this issue. |
You mean Click to expand
That |
I have the same problem. show
|
Same problem here, ArchLinux User. If Logs needed, i will share them.
So the regex from above won't work. |
We almost have CMake Tools 1.6.0 release out the door. Until then, if you want, you can also verify if this problem has been fixed correctly by installing the vsix built here: https://github.com/microsoft/vscode-cmake-tools/actions/runs/557242002#artifacts. |
Brief Issue Summary
The extension has been having difficulty finding any kit on my system.
Expected:
CMake: Scan for Kits
Apparent Behavior:
CMake: Scan for Kits
CMake Tools Log
Developer Tools Log
Click to expand
Platform and Versions
Other Notes/Information
The matching for clang should work (at least that regex looks good), but I don't know what happened.
As for GCC,
vscode-cmake-tools/src/kit.ts
Line 197 in 92f045f
I don't think this is correct on non-English systems, as I'm getting
gcc 版本 10.2.0 (GCC)
on my system, which does not match this regex.The text was updated successfully, but these errors were encountered: