From 777ad6d6a66b1672d63e4ebb6689d399f078b2a7 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 9 Jan 2025 23:38:56 -0600 Subject: [PATCH] update settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b4d38b..a8bbf8c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,5 +40,6 @@ "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" + "bashIde.shfmt.path": "/run/current-system/sw/bin/shfmt", + "mise.binPath": "/etc/profiles/per-user/jahanson/bin/mise" }