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 6d14247 commit 19e8c3bCopy full SHA for 19e8c3b
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