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": []
}

View File

@@ -1,5 +1,6 @@
[settings]
experimental = true
python_venv_auto_create = true
[settings.pipx]
uvx = true
@@ -14,3 +15,6 @@ uv = "latest"
[hooks]
postinstall = "mise sync python --uv"
[env]
UV_PROJECT_ENVIRONMENT = { value='{% if env.PROJECT_SLUG %}{{ env.HOME}}/.cache/uv-venvs/{{ env.PROJECT_SLUG }}{% endif %}', tools = true }