-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support qmd files #880
Comments
Yeah shouldn't be too hard. Can basically just see how we handle eg jsonc today: we just reuse the json parser, and it mostly just works. Can just grep in https://github.com/cursorless-dev/vscode-parse-tree and https://github.com/cursorless-dev/cursorless for |
One thing I have noticed is that no Cursorless commands work when Quarto's extension is active. Not really sure who's the culprit and/or how to go about debugging that. |
I was experiencing the issue that any cursorless (or indeed, vscode-talon) spoken command would run a bunch of notebook r code instead of the command. It turns out this is because of a keybinding clash between quarto and the command server. Remap the quarto command, or implement my PRs cursorless-dev/command-server#41 and talonhub/community#1697 |
The current shortcut [clashes with some extensions](cursorless-dev/cursorless#880 (comment)) This seems to work on my linux configuration with codium, whereas the f17 mapping didn't
The current shortcut [clashes with some extensions](cursorless-dev/cursorless#880 (comment)) This seems to work on my linux configuration with codium, whereas the f17 mapping didn't
Currently commands don't work in
.qmd
files (see https://quarto.org/), but since it's more or less markdown it would be nice if we could have basic supports for it (e.g. without the additional features/syntax).The text was updated successfully, but these errors were encountered: