Skip to content

Commit

Permalink
Add cursorless on linux as an option for syncing settings. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasoonS authored and AndreasArvidsson committed Nov 20, 2024
1 parent 63cb38c commit 931df9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/vscode_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def vscode_settings_path() -> Path:
xdg_config_home / "Code/User/settings.json",
xdg_config_home / "VSCodium/User/settings.json",
xdg_config_home / "Code - OSS/User/settings.json",
xdg_config_home / "Cursor/User/settings.json",
flatpak_apps / "com.visualstudio.code/config/Code/User/settings.json",
flatpak_apps / "com.vscodium.codium/config/VSCodium/User/settings.json",
flatpak_apps
Expand Down

0 comments on commit 931df9a

Please sign in to comment.