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

Clear the store when reloading config #855

Merged
merged 5 commits into from
Jun 19, 2024

Conversation

charlieegan3
Copy link
Member

@charlieegan3 charlieegan3 commented Jun 19, 2024

This also ensures that config is loaded before doing the initial load of the workspace. This means that loaded ignored files do not need to then be immediately dropped.

Also

Fixes #832

Fixes #843

This also ensures that config is loaded before doing the initial load of
the workspace. This ensure that loaded ignored files do not need to then
be immediately dropped.

Signed-off-by: Charlie Egan <[email protected]>
uri should be fileURI everywhere in the project to avoid conflicts.

Signed-off-by: Charlie Egan <[email protected]>
Fixes StyraInc#843

This is rudimentary, but have put the tools in place to have providers
return more information about the items.

We already have mandatory but we might want to roll this into some
ranking system in future.

Signed-off-by: Charlie Egan <[email protected]>
Copy link
Member

@anderseknert anderseknert left a comment

Choose a reason for hiding this comment

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

LGTM! Great stuff!

@anderseknert anderseknert merged commit 39e57db into StyraInc:main Jun 19, 2024
3 checks passed
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.

Completion suggestions should not contain duplicates Completions: avoid suggesting recursive function call
2 participants