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 9f842ac commit 0773ec8Copy full SHA for 0773ec8
Extension/src/LanguageServer/client.ts
@@ -1085,7 +1085,7 @@ class DefaultClient implements Client {
1085
return;
1086
}
1087
1088
- let ask: PersistentState<boolean> = new PersistentState<boolean>("CPP.showCompileCommandsSelection", true);
+ let ask: PersistentFolderState<boolean> = new PersistentFolderState<boolean>("CPP.showCompileCommandsSelection", true, this.RootPath);
1089
if (!ask.Value) {
1090
1091
0 commit comments