Skip to content

Commit bf0e6ab

Browse files
Merge pull request #560 from isc-kiyer/symbol-search-allow-system-files
Symbol search should include system files (% items)
2 parents 8fab5ba + 3a7b17b commit bf0e6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/WorkspaceSymbolProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class WorkspaceSymbolProvider implements vscode.WorkspaceSymbolProvider {
3939
const api = this.getApi();
4040
const direction = "1";
4141
const orderBy = "1";
42-
const systemFiles = "0";
42+
const systemFiles = "1";
4343
const flat = "1";
4444
const notStudio = "0";
4545
const generated = "0";

0 commit comments

Comments
 (0)