-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support for /FU flag broken C++/CLI project #12641
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
regression
A bug that didn't exist in a previous release
Milestone
Comments
@Colengms can you take a look at this one? |
bobbrow
added
bug
Language Service
regression
A bug that didn't exist in a previous release
labels
Aug 27, 2024
The last related issue we had was #5819 . |
It looks like this bug may have started reproing in 1.15.4: May 1, 2023 (regression from that release). |
Colengms
added
the
fixed
Check the Milestone for the release in which the fix is or will be available.
label
Aug 27, 2024
@BartJollingFixed with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.22.1 |
I tested and can confirm it works, Thanks for your quick action. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
regression
A bug that didn't exist in a previous release
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I'm working on a c++/cli project. The intellisense does not recognize the "Concurrent" namespace. I get red squiggles below
Concurrent
Regression of #5819
Steps to reproduce:
The /FU flag is ignored, but I can make it work by including the
"System.Collections.Concurrent.dll"
directly in the code file. This works:Expected behavior:
Not needing the workaround to get correct intellisense. The FU flag should not be discarded.
Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: