microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.45k stars 1.53k forks source link

1.22.2 has some recursive includes related crashes #12643

Open sean-mcmanus opened 2 weeks ago

sean-mcmanus commented 2 weeks ago

One case might occur some times after deleting a file or folder.

sean-mcmanus commented 2 weeks ago

Still repros, but does anyone know how to repro it?

vishwa2006-creator commented 3 days ago

![Uploading cording password.PNG…]()

vishwa2006-creator commented 3 days ago

the include < stdio.h > is showing error

vishwa2006-creator commented 3 days ago

compiler path cannot open stido.h

sean-mcmanus commented 3 days ago

@vishwa2006-creator Your posts don't appear to be related to this issue and don't provide enough information.

sean-mcmanus commented 1 day ago

@Colengms Should this be closed as fixed by https://github.com/microsoft/vscode-cpptools/releases/tag/1.22.3 or not?

Colengms commented 1 day ago

@sean-mcmanus No, the root cause is still causing crashes via other routes and is going to require the proper fix.