Skip to content

IntelliSense crashes in C file #2913

@lh123

Description

@lh123

Type: LanguageService

  • OS: Archlinux
  • GCC: 8.2.1

Step to reproduce

  1. Create a 'C' file.(This crash only happens in the 'C' file)
int main(void) {
}
  1. Declare a function before main.
static void test(int);// IntelliSense crashes when I type 'int'

int main(void) {
}
  1. C/C++ Output.
    Failed to read response from server: 8

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions