We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7e604 commit fe8e094Copy full SHA for fe8e094
extensions/positron-supervisor/src/KallichoreSession.ts
@@ -447,7 +447,7 @@ export class KallichoreSession implements JupyterLanguageRuntimeSession {
447
};
448
await this._api.newSession(session);
449
450
- this.log(`${kernelSpec.display_name} session '${this.metadata.sessionId}' created in ${workingDir} with command:`, vscode.LogLevel.Info);
+ this.log(`Session ${session.display_name} (${this.metadata.sessionId}) created in ${workingDir} with command:`, vscode.LogLevel.Info);
451
this.log(args.join(' '), vscode.LogLevel.Info);
452
453
this._established.open();
0 commit comments