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 3f9385e commit 6d14247Copy full SHA for 6d14247
src/cmakeListsModifier.ts
@@ -186,7 +186,7 @@ export class CMakeListsModifier implements vscode.Disposable {
186
}
187
188
let variableSourceList: SourceList | null = null;
189
- if (settings.variableSelection === 'auto' || variableSourceLists.length < 2) {
+ if (settings.variableSelection === 'auto' || varSourceLists.length < 2) {
190
variableSourceList = varSourceLists[0];
191
} else {
192
variableSourceList = await showVariableSourceListOptions(
0 commit comments