14 lines
330 B
JSON
14 lines
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,
|
||
|
|
|
||
|
|
}
|