Bash
About
Bash is the Bourne Again SHell. Bash is a sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh).
Installation
Change enable
from False
to True
in the bash
section (cf module installation).
vscode-anywhere:
ansible:
enabled: True
Requirements
No requirements.
VSCode
VSCode extensions
timonwong.shellcheck
This extension is a linter for sh / bash.
rogalmic.bash-debug
This extension is a bash debugger GUI frontend based on bashdb scripts.
VSCode settings
Windows settings
{
"shellcheck.executablePath": "C:\\VSCode-Anywhere\\apps\\scoop\\apps\\shellcheck\\current\\shellcheck.exe"
}
Linux settings
{
"shellcheck.executablePath": "/home/linuxbrew/.linuxbrew/bin/shellcheck"
}
VSCode keybindings
No keybindings.
Software
Windows software
scoop
Linux software
brew
MacOS software
brew
Documentation
VSCode-Anywhere
Environment
No environment.
Specific settings
No specific settings.
Last updated
Was this helpful?