Skip to content
Discussion options

You must be logged in to vote

Hi @mcanouil !

Thanks for your reply!

I fixed those typos, but I still had the same result.

The third question is the key point.
I pressed the Ctrl+Shift+k shortcut to render the document in vscode.
This shortcut is used for all this scenarios:

{ "key": "ctrl+shift+k",          "command": "editor.action.deleteLines",
                                     "when": "textInputFocus && !editorReadonly" },
{ "key": "ctrl+shift+k",          "command": "quarto.preview",
                                     "when": "!quartoRenderScriptActive" },
{ "key": "ctrl+shift+k",          "command": "quarto.previewScript",
                                     "when": "quartoRenderScriptActive" },
{ "key": "c…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@guilhermeparreira
Comment options

Answer selected by guilhermeparreira
@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants