fix: correct workspace paths

This commit is contained in:
Stevan Freeborn
2026-07-28 08:54:38 -05:00
parent 0ba60dae67
commit 9d9185fb63
+3 -13
View File
@@ -5,22 +5,12 @@
"enableTelemetry": false,
"model": "Gemini 3.6 Flash (Medium)",
"permissions": {
"allow": [
"read_file(*)",
"read_url(*)"
],
"deny": [
"write_file(*)",
"command(*)",
"execute_url(*)",
"mcp(*)"
]
"allow": ["read_file(*)", "read_url(*)"],
"deny": ["write_file(*)", "command(*)", "execute_url(*)", "mcp(*)"]
},
"runningLightSpeed": "fast",
"showFeedbackSurvey": false,
"showTips": false,
"trustedWorkspaces": [
"C:\\Users\\sfree"
],
"trustedWorkspaces": ["C:/Users/sfree", "c:/users/sfree", "C:\\Users\\sfree"],
"verbosity": "low"
}