Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cursorless-talon/src/apps/cursorless_vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

ctx.matches = r"""
app: vscode
# Disable Cursorless when VS Code is displaying a native OS dialog during which the command server
# hotkey will not work.
not win.title: /^(Open Folder|Open File|Save As|Open Workspace from File|Add Folder to Workspace|Save Workspace)$/i
"""

ctx.tags = ["user.cursorless"]
Expand Down
Loading