mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
16 lines
434 B
JSON
16 lines
434 B
JSON
{
|
|
"editor.accessibilitySupport": "off",
|
|
"telemetry.telemetryLevel": "off",
|
|
"dotfiles.repository": "matir/skel",
|
|
"dotfiles.targetPath": "~/.skel",
|
|
"remote.defaultExtensionsIfInstalledLocally": [],
|
|
"mise.configureExtensionsAutomatically": true,
|
|
"kilo-code.debug": false,
|
|
"kilo-code.allowedCommands": [
|
|
"git log",
|
|
"git diff",
|
|
"git show"
|
|
],
|
|
"kilo-code.deniedCommands": []
|
|
}
|