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

only allow the exact version of the backing tool #2644

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

brettfo
Copy link
Member

@brettfo brettfo commented Jan 24, 2023

This renames the configuration option minimumInteractiveToolVersion to requiredInteractiveToolVersion and changes the version check from >= to =. This ensures that if the user installs a different version of the extension (e.g., if they downgrade) then they'll get the exact matching tool as well.

Fixes #2398.

@colombod colombod merged commit 84c551e into dotnet:main Jan 25, 2023
@brettfo brettfo deleted the version-compare branch January 25, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code extension tool check should be === not >=
3 participants