Skip to content

Conversation

vmaerten
Copy link
Member

@vmaerten vmaerten commented Feb 9, 2025

I was looking at #1322 when I realized that we compile every task (even with Fast Variable) just for --list or --list-all.
--list-all is used for autocomplete, so it should be as fast as possible.

I created a new method to compile specifically for this listing. This way, we do not add complexity to the current one.
I’m aware that it could also be used for the Editor, but it seems fine.

@vmaerten vmaerten self-assigned this Feb 9, 2025
@vmaerten vmaerten linked an issue Feb 9, 2025 that may be closed by this pull request
@vmaerten vmaerten marked this pull request as ready for review February 9, 2025 19:18
@vmaerten vmaerten requested review from andreynering and pd93 February 9, 2025 19:18
@notnmeyer
Copy link
Contributor

this would be great to see. we added **/*.ts to sources on a task and its impact on task -l and especially tab completion was pretty brutal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--list-all spends time globbing for sources.

2 participants