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
elsef'MATLAB Integration for {app["state"].settings["env_config"]["extension_name_short_description"]}'
594
-
)
595
-
596
590
ssl_context=app["settings"]["ssl_context"]
597
591
ifssl_context!=None:
598
592
access_protocol="https"
599
593
else:
600
594
access_protocol="http"
601
595
602
596
logger.info(
603
-
f'\n================================\nThe {prefix} can be accessed on {access_protocol}://localhost:{app["settings"]["app_port"]}{app["settings"]["base_url"]}/index.html\n================================'
0 commit comments