Skip to content

Commit

Permalink
fix #131813
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Sep 4, 2021
1 parent a35d5ba commit 0cba602
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export class TerminalEditorService extends Disposable implements ITerminalEditor
if (resource) {
await this._editorService.openEditor({
resource,
description: instance.shellLaunchConfig.description,
options:
{
pinned: true,
Expand Down Expand Up @@ -247,6 +248,7 @@ export class TerminalEditorService extends Disposable implements ITerminalEditor
if (resource) {
this._editorService.openEditor({
resource: URI.revive(resource),
description: instance.shellLaunchConfig.description,
options:
{
pinned: true,
Expand Down

0 comments on commit 0cba602

Please sign in to comment.