You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the VS Code extension. It would be nice if there was a default keyboard shortcut to shiny.python.runApp. The shortcut could be the same as the render or preview Quarto extension shortcut ( Ctrl+Shift+K or Ctrl+Shift+L). Edit: I realized after posting that this issue should belong in the vscode extension repo which doesn't appear to be public at this time. Please close this issue if it is already being addressed.
The text was updated successfully, but these errors were encountered:
This is a great idea, here's how you can do this yourself. Use the command palette to open "Preferences: Open keyboard shortcuts (JSON)". Then add the following JSON snippet to map the "shiny.python.runApp" command to Cmd/Ctrl + Shift + K:
If we like Cmd + Shift + K, we could add it to the extension. There's some precedent in RStudio for Cmd + Shift + S, but in VS Code this action feels well-aligned with "Quarto preview" and the shortcut it'd be overriding is likely less popular ("Save file as" (S) vs "Delete line" (K)).
Thanks for the VS Code extension. It would be nice if there was a default keyboard shortcut to shiny.python.runApp. The shortcut could be the same as the render or preview Quarto extension shortcut (
Ctrl+Shift+K
orCtrl+Shift+L
). Edit: I realized after posting that this issue should belong in the vscode extension repo which doesn't appear to be public at this time. Please close this issue if it is already being addressed.The text was updated successfully, but these errors were encountered: