Skip to content

Commit

Permalink
chore: remove unused editor title for added patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 11, 2024
1 parent 1c75a8c commit 9cffec2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/patches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ export function registerPatchesCommands(
return vscode.commands.executeCommand(
"vscode.open",
patchedFile,
undefined,
`${path.basename(patch)} - ${patchedFilename}`, // TODO - This isn't used?
);
} else {
const queryParams = new URLSearchParams(file.query);
Expand Down

0 comments on commit 9cffec2

Please sign in to comment.