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

Automatic configuration of dart SDK path in VSCode #35

Open
hverlin opened this issue Nov 21, 2024 · 0 comments
Open

Automatic configuration of dart SDK path in VSCode #35

hverlin opened this issue Nov 21, 2024 · 0 comments

Comments

@hverlin
Copy link

hverlin commented Nov 21, 2024

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)

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:
Untitled

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

No branches or pull requests

1 participant