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.
1 parent de6ddc2 commit 2ffd921Copy full SHA for 2ffd921
Extension/src/LanguageServer/configurations.ts
@@ -137,7 +137,7 @@ export class CppProperties {
137
// we want to track when the default includes have been added to it.
138
private configurationIncomplete: boolean = true;
139
140
- constructor(rootUri: vscode.Uri | undefined, workspaceFolder: vscode.WorkspaceFolder | undefined) {
+ constructor(rootUri?: vscode.Uri, workspaceFolder?: vscode.WorkspaceFolder) {
141
this.rootUri = rootUri;
142
let rootPath: string = rootUri ? rootUri.fsPath : "";
143
if (workspaceFolder) {
0 commit comments