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 8c7309c commit ee5a64bCopy full SHA for ee5a64b
src/cmakeListsModifier.ts
@@ -1108,7 +1108,7 @@ class ScopeSourceList extends SourceList {
1108
isHeader(uri) || isCxxModule(uri) ? HEADER_SCOPES : SOURCE_SCOPES;
1109
return [
1110
-Number(!!this.fileSet),
1111
- this.fileSet ? -this.fileSet?.name : '',
+ this.fileSet ? this.fileSet?.name : '',
1112
scopePriorities.indexOf(this.scope)
1113
].concat(super.sortKeys(uri));
1114
}
0 commit comments