update settings
This commit is contained in:
parent
8611867708
commit
777ad6d6a6
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue