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
When the extension doing a heath check (HTTP query) to the server to check if the server is available it uses hard-coded URL http://localhost:8080. Since it's possible to change the port on the server, the client site needs to be configurable as well.
When using this extension with vscode-trace-extension, use the URL from that extension.
The text was updated successfully, but these errors were encountered:
This allows to change the URL when running the vscode-trace-server
extension in conjunction with the vscode-trace-extension.
fixeseclipse-cdt-cloud#6
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
This allows to change the URL when running the vscode-trace-server
extension in conjunction with the vscode-trace-extension.
fixes#6
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
When the extension doing a heath check (HTTP query) to the server to check if the server is available it uses hard-coded URL
http://localhost:8080.
Since it's possible to change the port on the server, the client site needs to be configurable as well.When using this extension with
vscode-trace-extension
, use the URL from that extension.The text was updated successfully, but these errors were encountered: