Skip to content

Commit 3a7b17b

Browse files
author
Keshav Iyer
committed
Allow system files to be searched (% classes) from non %SYS namespace.
This used to be possible but prior change in #534 made this backwards incompatible change.
1 parent f5cc089 commit 3a7b17b

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)