Skip to content

Commit b44de1d

Browse files
JasoonSAndreasArvidsson
authored andcommitted
Add cursorless on linux as an option for syncing settings. (#163)
1 parent 878676b commit b44de1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cursorless-talon/src/apps/vscode_settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def vscode_settings_path() -> Path:
9999
xdg_config_home / "Code/User/settings.json",
100100
xdg_config_home / "VSCodium/User/settings.json",
101101
xdg_config_home / "Code - OSS/User/settings.json",
102+
xdg_config_home / "Cursor/User/settings.json",
102103
flatpak_apps / "com.visualstudio.code/config/Code/User/settings.json",
103104
flatpak_apps / "com.vscodium.codium/config/VSCodium/User/settings.json",
104105
flatpak_apps

0 commit comments

Comments
 (0)