Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@jcheng5 jcheng5 released this 03 May 16:41
· 1 commit to main since this release
54bbb82
  • The extension now supports Shiny for R apps. (#30)
  • The Python VS Code extension is now a soft dependency and is no longer installed by default with the Shiny for VS Code extension. (#30)
  • Added a new setting, shiny.previewType, to control where the Shiny app preview should be opened. (#40)
  • Added a new shinyexpress snippet to quickly create a basic Shiny Express app in Python. (#42)
  • The extension now correctly escapes commands on PowerShell 7 where the binary is named pwsh.exe. (#48)
  • The extension can now create Shinylive links or save apps from Shinylive links (#44):
    • Create ShinyLive Link from Active File creates a Shinylive link from the active file (Command Palette).
    • Create ShinyLive Link from Selected Files creates a Shinylive link from the selected files or directories in the right-click context menu of the File Explorer.
    • Save App from Shinylive Link saves an app and its files from a Shinylive link (Command Palette).
  • Fixed a bug that would doubly-escape paths with spaces when launching Shiny apps on Windows via cmd.exe. (#46)