mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Mise/code updates
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user