We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeing the readme and the fact that you have built a file watcher, I was thinking that you might be interested in this.
With mise - which is similar to asdf, (almost a drop-in replacement), one has the same issue. mise is using this asdf plugin by default (see https://mise.jdx.dev/registry.html)
mise
asdf
I am building a VSCode extension for mise and I have added the ability to automatically set up the correct SDK path in https://github.com/hverlin/mise-vscode
Example, if I set up a project like this:
mise use dart cat mise.toml
[tools] dart = "latest"
When I open vscode, it will automatically set the correct SDK path:
vscode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seeing the readme and the fact that you have built a file watcher, I was thinking that you might be interested in this.
With
mise
- which is similar toasdf
, (almost a drop-in replacement), one has the same issue.mise
is using thisasdf
plugin by default (see https://mise.jdx.dev/registry.html)I am building a VSCode extension for mise and I have added the ability to automatically set up the correct SDK path in https://github.com/hverlin/mise-vscode
Example, if I set up a project like this:
When I open
vscode
, it will automatically set the correct SDK path:The text was updated successfully, but these errors were encountered: