We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
includePath
1 parent 9b33938 commit b5e00c0Copy full SHA for b5e00c0
Extension/src/LanguageServer/configurations.ts
@@ -207,7 +207,7 @@ export class CppProperties {
207
208
if (!settings.defaultIncludePath) {
209
// We don't add system includes to the includePath anymore. The language server has this information.
210
- configuration.includePath = ["${workspaceFolder}/**"].concat(this.vcpkgIncludes);
+ configuration.includePath = ["${workspaceFolder}"].concat(this.vcpkgIncludes);
211
}
212
if (!settings.defaultBrowsePath) {
213
0 commit comments