-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Description
Describe the bug
When disable addSdkToTerminalPath it still add path to Integrated terminal.
To Reproduce
Steps to reproduce the behavior:
- Setting
dart.addSdkToTerminalPathto false - Close VSCode then open again (even restarted computer)
- Run in Integrated terminal
which flutter - See result, it still add default flutter location to Path
Expected behavior
Don't touch anything in PATH when addSdkToTerminalPath disabled.
Screenshots
Problem - it still select one version in many version at Sdk Paths then set to ahead $PATH

Normal - when not open Flutter project, it is correct $PATH which set in system variables

Please complete the following information:
- Operating System and version: Windows 11
- VS Code version: 1.78.2 (user setup)
- Dart extension version: v3.64.0 (tried pre-release, same issue)
- Dart/Flutter SDK version: Dart 3.0.0 / Flutter 3.10.0