Describe the bug
When you have a bash-like shell defined as your default terminal then things like "Run JBang" don't work correctly:
To Reproduce
Steps to reproduce the behavior:
- Make sure you have got either Git Bash, MSYS2 bash or WSL bash available
- Have it available in the setting.json:
"terminal.integrated.profiles.windows": {
"Git Bash": {
"source": "Git Bash",
"icon": "terminal-git-bash",
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
"args": [
"--login",
"-i"
]
}
}
- Make sure that terminal profile is the default
- Try to use the "Run JBang" feature
- See error
JBang version
❯ jbang version --verbose
[jbang] [0:270] jbang version 0.137.0
Cache: C:\Users\tako\.jbang\cache
Config: C:\Users\tako\.jbang
Repository: C:\Users\tako\.m2\repository
Java: C:\Users\tako\.jbang\currentjdk [17.0.18]
OS: windows
Arch: x64
Shell: bash
Native Image: false
0.137.0
Describe the bug
When you have a bash-like shell defined as your default terminal then things like "Run JBang" don't work correctly:
To Reproduce
Steps to reproduce the behavior:
JBang version