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

You can also take a look at the VSCode-Anywhere bash module configuration.

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"
}

Assuming you have installed in the default directory C:\VSCode-Anywhere.

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