I've started to use VSCode with WSL2 remote, and I have a mixed set of projects using Dart and Flutter SDKs. (Note: this may have been already implemented, I just don't know where to look for it).
Right now if I open pubspec.yaml and click on get packages, I'll always get flutter pub get running. Instead, I'd like to control if a subfolder uses only the Dart SDK, and in such cases I'd like to have dart pub get running.