Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a maximum search results for goto symbol #12131

Merged
merged 4 commits into from
Mar 21, 2024

Conversation

fearthecowboy
Copy link
Member

Updates to goto symbol experiment - add a c_cpp.maxSymbolSearchResults setting to cap the maximum number of results returned to the user

Needs the native code PR as well.

@fearthecowboy fearthecowboy enabled auto-merge (squash) March 21, 2024 16:47
Extension/package.nls.json Outdated Show resolved Hide resolved
Extension/package.json Outdated Show resolved Hide resolved
@fearthecowboy fearthecowboy merged commit 1ab766b into main Mar 21, 2024
4 checks passed
@fearthecowboy fearthecowboy deleted the dev/garretts/add-max-search-results branch March 21, 2024 18:17
@@ -142,6 +142,7 @@ export interface SettingsParams {
maxConcurrentThreads: number | null | undefined;
maxCachedProcesses: number | null | undefined;
maxMemory: number | null | undefined;
maxSymbolSearchResults: number | null | undefined;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be null?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no. @fearthecowboy, can you fix this one too?

@fearthecowboy fearthecowboy restored the dev/garretts/add-max-search-results branch March 22, 2024 14:04
@sean-mcmanus sean-mcmanus added this to the 1.20.0 milestone Mar 25, 2024
@sean-mcmanus sean-mcmanus added this to Pull Request in 1.20 via automation Mar 25, 2024
@sean-mcmanus sean-mcmanus moved this from Pull Request to Done in 1.20 Mar 25, 2024
@bobbrow bobbrow deleted the dev/garretts/add-max-search-results branch March 28, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.20
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants