Skip to content

Commit

Permalink
Merge branch 'main' into rebornix/lonely-panda
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Nov 8, 2022
2 parents 45aa2b6 + e2555f1 commit ec2e158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/notebooks/controllers/connectionDisplayData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export class ConnectionDisplayDataProvider {
const description = getKernelConnectionDisplayPath(connection, this.workspace, this.platform);
const detail =
connection.kind === 'connectToLiveRemoteKernel' ? getRemoteKernelSessionInformation(connection) : '';
const category =
connection.kind === 'connectToLiveRemoteKernel' ? getRemoteKernelSessionInformation(connection) : '';
const category = '';

const details: ReadWrite<ConnectionDisplayData> = this.details.get(connection.id) || {
connectionId: connection.id,
Expand Down

0 comments on commit ec2e158

Please sign in to comment.