Skip to content

Commit fe8e094

Browse files
committed
Use session display name in Kallichore's Console logs
1 parent de7e604 commit fe8e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/positron-supervisor/src/KallichoreSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export class KallichoreSession implements JupyterLanguageRuntimeSession {
447447
};
448448
await this._api.newSession(session);
449449

450-
this.log(`${kernelSpec.display_name} session '${this.metadata.sessionId}' created in ${workingDir} with command:`, vscode.LogLevel.Info);
450+
this.log(`Session ${session.display_name} (${this.metadata.sessionId}) created in ${workingDir} with command:`, vscode.LogLevel.Info);
451451
this.log(args.join(' '), vscode.LogLevel.Info);
452452

453453
this._established.open();

0 commit comments

Comments
 (0)