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 aa11135 commit 02eaa55Copy full SHA for 02eaa55
src/configurationType.ts
@@ -204,12 +204,9 @@ export type Configuration = {
204
/**
205
* Patterns to exclude from workspace symbol search
206
* Example: `["**\/node_modules/**"]`
207
- * Can gradually improve performance, will be set to node_modules by default in future
208
* @uniqueItems true
209
- * @default []
210
- * @defaultTODO ["**\/node_modules/**"]
+ * @default ["**\/node_modules/**"]
211
*/
212
- // TODO enable node_modules default when cancellationToken is properly used
213
workspaceSymbolSearchExcludePatterns: string[]
214
215
* @default ["fixMissingFunctionDeclaration"]
0 commit comments