-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Description
Debugger just broken with git bash as default shell on windows.
Environment
- Operating System: Windows, all version
- JDK version: 1.8 (unrelated)
- Visual Studio Code version: 1.37.1 (related)
- Java extension version: 0.7.1
- Java Debugger extension version: 0.21.0
- Default shell: Git Bash,
Steps To Reproduce
- Configure git bash as default vscode shell
- Start debuging
Current Result
With high chance the java.exe may not invoked correctly (arguments syntax error). Anything follow on will be treated as command and leading to more error.
Expected Result
Start debugging as normal.
Workaround
One of the following:
- Set
java.debug.settings.consoleproperty tointernalConsole - Set CMD or PS as default shell
Additional Informations
This problem seems related to #611, maybe some additional check on default shell and only apply when using CMD/PS could solve it?
Clement-Oliva, manastalukdar, deftdawg, yawnston, MAhmedDev and 1 more