rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
209 stars 29 forks source link

Not working even creating a new app from the template in vscode #167

Closed Fred-Wu closed 9 months ago

Fred-Wu commented 1 year ago

On my Windows 10 machine, after creating an app from Launch ShinyUIEditor, and selecting a template, the editor will appear for a few seconds, and then immediately jumps to the error window.

On my Macbook, even clicking "Next" is not working after choosing a template.

However, it works if launching from the R package as shinyuieditor::launch_editor(app_loc = "app.R")

image

image

nstrayer commented 1 year ago

I'm pretty sure this is a problem with the underlying R package getting out of sync with the vscode extension. The vscode extension is always auto updating.

The fix should be as simple as making sure the R pkg version matches the vscode version and prompting the user to upgrade the r package if there's a mismatch.

Thanks so much for reporting this (and being one of the few using the extension.)

nstrayer commented 9 months ago

This should be fixed as of the latest release #185