From b181efdb413f38bff97e02659dd95487d2b62cb0 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 4 Jan 2025 17:39:46 -0600 Subject: [PATCH] add bash lsp --- .vscode/settings.json | 5 ++++- nixos/profiles/role-dev.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 12a72bf..5b4d38b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,5 +37,8 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "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" } diff --git a/nixos/profiles/role-dev.nix b/nixos/profiles/role-dev.nix index 535b9d2..acbc612 100644 --- a/nixos/profiles/role-dev.nix +++ b/nixos/profiles/role-dev.nix @@ -28,6 +28,7 @@ unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon # dev + bash-language-server gh go hadolint