mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
[typescript-language-features] Add option for excluding library symbols in "Go to Symbol in Workspace" (#192798)
* add option for excluding library symbols * clarify in message that new option requires ts 5.3 * remove expect error
This commit is contained in:
committed by
GitHub
parent
ca3b12f580
commit
f563e33800
@@ -1275,6 +1275,12 @@
|
||||
"default": false,
|
||||
"description": "%configuration.preferGoToSourceDefinition%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.workspaceSymbols.excludeLibrarySymbols": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"markdownDescription": "%typescript.workspaceSymbols.excludeLibrarySymbols%",
|
||||
"scope": "window"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user