Skip to content

Commit

Permalink
add appReadyMessage for shiny apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-wang committed Nov 4, 2024
1 parent 9bec9a3 commit af176a0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export function activateWebAppCommands(serviceContainer: IServiceContainer, disp
),
registerExecCommand(Commands.Exec_Shiny_In_Terminal, 'Shiny', (_runtime, document, _urlPrefix) =>
getShinyDebugConfig(document),
undefined,
'Application startup complete',
),
registerExecCommand(Commands.Exec_Streamlit_In_Terminal, 'Streamlit', (_runtime, document, _urlPrefix) =>
getStreamlitDebugConfig(document),
Expand All @@ -54,6 +56,8 @@ export function activateWebAppCommands(serviceContainer: IServiceContainer, disp
),
registerDebugCommand(Commands.Debug_Shiny_In_Terminal, 'Shiny', (_runtime, document, _urlPrefix) =>
getShinyDebugConfig(document),
undefined,
'Application startup complete',
),
registerDebugCommand(Commands.Debug_Streamlit_In_Terminal, 'Streamlit', (_runtime, document, _urlPrefix) =>
getStreamlitDebugConfig(document),
Expand Down

0 comments on commit af176a0

Please sign in to comment.