add bash lsp

This commit is contained in:
Joseph Hanson 2025-01-04 17:39:46 -06:00
parent 7d2b3024ed
commit b181efdb41
2 changed files with 5 additions and 1 deletions

View file

@ -37,5 +37,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"sops.binPath": "/run/current-system/sw/bin/sops", "sops.binPath": "/run/current-system/sw/bin/sops",
"editor.formatOnSave": true "editor.formatOnSave": true,
"bashIde.explainshellEndpoint": "http://localhost:5000",
"bashIde.shellcheckPath": "/run/current-system/sw/bin/shellcheck",
"bashIde.shfmt.path": "/run/current-system/sw/bin/shfmt"
} }

View file

@ -28,6 +28,7 @@
unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon
# dev # dev
bash-language-server
gh gh
go go
hadolint hadolint