mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

Using ifdef _WIN32 crashes VS Code #16

Closed willeccles closed 5 years ago

willeccles commented 8 years ago

When I type #ifdef _WIN32, I get to roughly #ifdef _WIN or #ifdef _WIN3 and then VSC hangs and then I have to quit it and restart.