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 d4e6a45 commit 95e6e4cCopy full SHA for 95e6e4c
cursorless-talon/src/apps/cursorless_vscode.py
@@ -4,7 +4,8 @@
4
5
ctx.matches = r"""
6
app: vscode
7
-# Disable Cursorless for VS Code file dialogs (at least on Windows)
+# Disable Cursorless when VS Code is displaying a native OS dialog during which the command server
8
+# hotkey will not work.
9
not win.title: /^(Open Folder|Open File|Save As|Open Workspace from File|Add Folder to Workspace|Save Workspace)$/i
10
"""
11
0 commit comments