Type: LanguageService
Step to reproduce
- Create a 'C' file.(This crash only happens in the 'C' file)
- Declare a function before main.
static void test(int);// IntelliSense crashes when I type 'int'
int main(void) {
}
- C/C++ Output.
Failed to read response from server: 8
Type: LanguageService
Step to reproduce
Failed to read response from server: 8