diff --git a/extensions/notebook/src/jupyter/serverInstance.ts b/extensions/notebook/src/jupyter/serverInstance.ts index ce998b2d0b..fc4f54c8e3 100644 --- a/extensions/notebook/src/jupyter/serverInstance.ts +++ b/extensions/notebook/src/jupyter/serverInstance.ts @@ -278,7 +278,7 @@ export class PerFolderServerInstance implements IServerInstance { this._uri = url; this._port = port; } - this.notifyStarted(install, url.toString()); + this.notifyStarted(install, url.toString(true)); this._isStarted = true; this.updateListeners(handleStdout, handleStdErr, onErrorBeforeStartup, onExitBeforeStart);