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 0943c06 commit 181cd9fCopy full SHA for 181cd9f
cursorless-talon/src/apps/cursorless_vscode.py
@@ -4,6 +4,9 @@
4
5
ctx.matches = r"""
6
app: vscode
7
+# 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
12
ctx.tags = ["user.cursorless"]
0 commit comments