Skip to content
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

Update cpptools.ts #1116

Merged
merged 2 commits into from
Mar 26, 2020
Merged

Update cpptools.ts #1116

merged 2 commits into from
Mar 26, 2020

Conversation

ChristianS99
Copy link

change old extensionId to new

I had problem, that .vscode/settings.json was created with "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", changing this to ms-vscode.cmake-tools fixed Intellisense for me.

I took a look at the source and I think, this is the relevant part, but since I didn't want to dive in extension development, maybe someone can confirm, if this is the right place...

change old extensionId to new
@bobbrow
Copy link
Member

bobbrow commented Mar 11, 2020

cpptools has special code to support both id's for us due to the ownership transition, so I'd be surprised if the rename was what fixed it for you. We were planning on doing this in 1.4.0 once a critical mass had updated to the latest cpptools (because changing it too early would break the experience for some people). Thanks for doing it for us. 😃

Tagging issue: #1045

@bobbrow bobbrow added this to the 1.4.0 milestone Mar 11, 2020
@ChristianS99
Copy link
Author

I retested by changing back to vector-of-bool.cmake-tools, and you're right. that's not the fix.
it seems intellisense works with clang, but not with gcc.
but funnily, when i select clang kit and push F12 on cout, it opens the gcc header...

@ChristianS99
Copy link
Author

Further digging in my original problem, revealed, that it is actually #870.

@bobbrow bobbrow merged commit a2f2c65 into microsoft:develop Mar 26, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants