-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugduplicatefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.parserreliability
Milestone
Description
Type: LanguageService
- OS: Archlinux
- GCC: 8.2.1
Step to reproduce
- Create a 'C' file.(This crash only happens in the 'C' file)
int main(void) {
}- 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
Metadata
Metadata
Assignees
Labels
Language ServicebugduplicatefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.parserreliability