Skip to content

Commit 95e6e4c

Browse files
authored
Update cursorless-talon/src/apps/cursorless_vscode.py
1 parent d4e6a45 commit 95e6e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cursorless-talon/src/apps/cursorless_vscode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
ctx.matches = r"""
66
app: vscode
7-
# Disable Cursorless for VS Code file dialogs (at least on Windows)
7+
# Disable Cursorless when VS Code is displaying a native OS dialog during which the command server
8+
# hotkey will not work.
89
not win.title: /^(Open Folder|Open File|Save As|Open Workspace from File|Add Folder to Workspace|Save Workspace)$/i
910
"""
1011

0 commit comments

Comments
 (0)