-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip Positron Proxy for fastapi and streamlit apps on PWB (#5138)
- addresses: #5027 and #5026 - skip the Positron Proxy when running fastapi and streamlit apps in Positron on Workbench - add log output channel for Positron Proxy for easier debugging - add typescript dev dependency to Positron Run App package.json to make `vsce package` available for that extension ### QA Notes I've been testing with the apps from https://github.com/posit-dev/qa-example-content/tree/main/workspaces/python_apps. - Positron on Workbench (Linux Ubuntu x86_64): Dash, Fastapi, Flask, Gradio, Streamlit all good ✅ - Note that I sometimes have to refresh the Viewer for the Fastapi app before it works, as the app may be opened in the Viewer before the app is actually ready - Positron Server Web (Mac): Dash, Fastapi, Flask, Gradio, Streamlit all good ✅ - Positron Desktop (Mac): Dash, Fastapi, Flask, Gradio, Streamlit all good ✅ --------- Co-authored-by: sharon wang <[email protected]>
- Loading branch information
1 parent
c6a9d79
commit a896e6e
Showing
5 changed files
with
128 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters