Hello!
I use mise to manage different Flutter versions on my system. Ever since I started using the new VSCode setting in the official Flutter/Dart extension that delegates the current SDK path to a external command, this plugin stopped working.
https://dartcode.org/releases/#improved-version-manager-support
I would like to avoid having a global version of intl_utils, so I was using it as a dev dependency on my project. My guess is that your extension was reading the dart/flutter sdk paths in the VSCode settings, same as the official extension, and then resolve it to execute the correct generate command.
Is that correct?
Hello!
I use mise to manage different Flutter versions on my system. Ever since I started using the new VSCode setting in the official Flutter/Dart extension that delegates the current SDK path to a external command, this plugin stopped working.
https://dartcode.org/releases/#improved-version-manager-support
I would like to avoid having a global version of intl_utils, so I was using it as a dev dependency on my project. My guess is that your extension was reading the dart/flutter sdk paths in the VSCode settings, same as the official extension, and then resolve it to execute the correct generate command.
Is that correct?