We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a57d2 commit 9acf2e4Copy full SHA for 9acf2e4
1 file changed
client/src/lineDirectiveNavigation.ts
@@ -59,6 +59,7 @@ const BISON_CANDIDATES = (base: string, dir: string): string[] => [
59
path.join(dir, base + '.tab.cc'),
60
path.join(dir, base + '.c'),
61
path.join(dir, base + '.cc'),
62
+ path.join(dir, base + '.c++'),
63
path.join(dir, base + '.cxx'),
64
path.join(dir, base + '.cpp'),
65
];
@@ -70,6 +71,7 @@ const FLEX_CANDIDATES = (base: string, dir: string): string[] => [
70
71
path.join(dir, base + '.yy.cpp'),
72
73
74
75
76
77
0 commit comments