Mise/code updates

This commit is contained in:
David Tomaschik
2026-02-23 18:45:24 -08:00
parent f1495add30
commit 0ded57fa46
2 changed files with 13 additions and 1 deletions

View File

@@ -3,5 +3,13 @@
"telemetry.telemetryLevel": "off",
"dotfiles.repository": "matir/skel",
"dotfiles.targetPath": "~/.skel",
"remote.defaultExtensionsIfInstalledLocally": []
"remote.defaultExtensionsIfInstalledLocally": [],
"mise.configureExtensionsAutomatically": true,
"kilo-code.debug": false,
"kilo-code.allowedCommands": [
"git log",
"git diff",
"git show"
],
"kilo-code.deniedCommands": []
}