Replies: 3 comments 7 replies
-
that error basically means the shim is being called when the process isn't in that directory. You could set a global version like the error says or figure out how to chdir into your project directory somehow. I haven't used vscode in a long time so no idea how to do that. |
Beta Was this translation helpful? Give feedback.
-
Try setting |
Beta Was this translation helpful? Give feedback.
-
You can try with https://github.com/hverlin/mise-vscode, it will automatically configure
|
Beta Was this translation helpful? Give feedback.
-
Hi!
I migrate to mise and start to love it. But I have a problem and I can't find a solution. The Flutter extension in vscode asks me to locate the path to the Flutter SDK ("dart.flutterSdkPath" in settings.json). But I don't know what to put, I can't get it to work.
I tried to set shims path (
/Users/chapuyj/.local/share/mise/shims/
), but it doesn't work:In iTerm, I can use
flutter
from my project folder (which has amise.toml
). From the vscode terminal, I can also use theflutter
command.In
~/.zshrc
I activatemise
:I don't know what to do, maybe there's something I don't understand.
I'm looking for help to understand better, and to get the extension to work. Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions