mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Print jupyter URL without encoded characters in notebook start message. (#9131)
This commit is contained in:
@@ -278,7 +278,7 @@ export class PerFolderServerInstance implements IServerInstance {
|
|||||||
this._uri = url;
|
this._uri = url;
|
||||||
this._port = port;
|
this._port = port;
|
||||||
}
|
}
|
||||||
this.notifyStarted(install, url.toString());
|
this.notifyStarted(install, url.toString(true));
|
||||||
this._isStarted = true;
|
this._isStarted = true;
|
||||||
|
|
||||||
this.updateListeners(handleStdout, handleStdErr, onErrorBeforeStartup, onExitBeforeStart);
|
this.updateListeners(handleStdout, handleStdErr, onErrorBeforeStartup, onExitBeforeStart);
|
||||||
|
|||||||
Reference in New Issue
Block a user