Skip to content

Commit

Permalink
Hide window after invocation vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Jan 9, 2025
1 parent 75a5a66 commit 63b1dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/Extensions/VSCode/VSCodeExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export class VSCodeExtension implements Extension {
handlerId: "Commandline",
description: `Open ${fileType} in VSCode`,
argument: template.replace("%s", `${commandArg} ${uri}`),
hideWindowAfterInvocation: true,
},
};
}
Expand Down

0 comments on commit 63b1dd8

Please sign in to comment.