update settings

This commit is contained in:
Joseph Hanson 2025-01-09 23:38:56 -06:00
parent 8611867708
commit 777ad6d6a6

View file

@ -40,5 +40,6 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"bashIde.explainshellEndpoint": "http://localhost:5000", "bashIde.explainshellEndpoint": "http://localhost:5000",
"bashIde.shellcheckPath": "/run/current-system/sw/bin/shellcheck", "bashIde.shellcheckPath": "/run/current-system/sw/bin/shellcheck",
"bashIde.shfmt.path": "/run/current-system/sw/bin/shfmt" "bashIde.shfmt.path": "/run/current-system/sw/bin/shfmt",
"mise.binPath": "/etc/profiles/per-user/jahanson/bin/mise"
} }