Skip to content

Commit 02eaa55

Browse files
committed
feat(update-setting): exclude node_modules symbols from workspace symbol search from by default
1 parent aa11135 commit 02eaa55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/configurationType.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,9 @@ export type Configuration = {
204204
/**
205205
* Patterns to exclude from workspace symbol search
206206
* Example: `["**\/node_modules/**"]`
207-
* Can gradually improve performance, will be set to node_modules by default in future
208207
* @uniqueItems true
209-
* @default []
210-
* @defaultTODO ["**\/node_modules/**"]
208+
* @default ["**\/node_modules/**"]
211209
*/
212-
// TODO enable node_modules default when cancellationToken is properly used
213210
workspaceSymbolSearchExcludePatterns: string[]
214211
/**
215212
* @default ["fixMissingFunctionDeclaration"]

0 commit comments

Comments
 (0)