Skip to content

Commit

Permalink
Fix environment name override
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 27, 2024
1 parent 8afdc2a commit beed20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class Item implements IItem {
this.label =
(kernel['conda_language'] as string | undefined) ??
groups.environment;
delete kernel['conda_env_name'];
this.metadata = {
...this.metadata,
kernel: {
Expand Down

0 comments on commit beed20d

Please sign in to comment.