Skip to content

Commit

Permalink
Merge pull request #6012 from justanotheranonymoususer/patch-1
Browse files Browse the repository at this point in the history
Remove extra brackets in v1_75.md
  • Loading branch information
Greg Van Liew authored Feb 2, 2023
2 parents ddd4cbd + 8eb3cce commit 2f2200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/v1_75.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ vscode.window.registerQuickDiffProvider({ scheme: 'file' }, {
return changeNode.changeModel.parentFilePath;
}
}
}, 'GitHub Pull Request', this.repository.rootUri));
}, 'GitHub Pull Request', this.repository.rootUri);
```

The full proposal is in [quickDiffProvider.d.ts](https://github.com/microsoft/vscode/blob/45db0a2940c5681dcc717bd973b918751c2b7ad5/src/vscode-dts/vscode.proposed.quickDiffProvider.d.ts).
Expand Down

0 comments on commit 2f2200b

Please sign in to comment.