We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878676b commit b44de1dCopy full SHA for b44de1d
cursorless-talon/src/apps/vscode_settings.py
@@ -99,6 +99,7 @@ def vscode_settings_path() -> Path:
99
xdg_config_home / "Code/User/settings.json",
100
xdg_config_home / "VSCodium/User/settings.json",
101
xdg_config_home / "Code - OSS/User/settings.json",
102
+ xdg_config_home / "Cursor/User/settings.json",
103
flatpak_apps / "com.visualstudio.code/config/Code/User/settings.json",
104
flatpak_apps / "com.vscodium.codium/config/VSCodium/User/settings.json",
105
flatpak_apps
0 commit comments