diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-14 14:32:48 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-14 14:32:48 +0000 |
commit | d4d824db1b4b0b77d1bce63c23e06bacdac19b2a (patch) | |
tree | 4f190a4716f7df36500d9dd20b613d82ce50ed85 | |
parent | 7cc12871dbb904b498fbb421133054a87c2fef03 (diff) |
Removes more legacy settings from Cursor
-rw-r--r-- | cursor_settings.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cursor_settings.json b/cursor_settings.json index b5005ed..a13c272 100644 --- a/cursor_settings.json +++ b/cursor_settings.json @@ -17,10 +17,6 @@ "terminal.integrated.commandsToSkipShell": [ "workbench.action.navigateUp" ], - "projectManager.git.baseFolders": [ - "~/code", - "~/Budget" - ], "editor.fontWeight": "normal", "terminal.external.linuxExec": "urxvt", "git.confirmNoVerifyCommit": false, |