dotfiles/VSCodium/User/settings.json
2026-06-19 14:29:55 +02:00

14 lines
No EOL
330 B
JSON

{
"workbench.colorTheme": "Hackerman",
"security.workspace.trust.untrustedFiles": "open",
"roo-cline.debug": false,
"roo-cline.allowedCommands": [
"git log",
"git diff",
"git show",
"*"
],
"roo-cline.deniedCommands": [],
"editor.maxTokenizationLineLength": 40000,
}