d-koppenhagen / vscode-code-review

Create a code review with all your comments in one file
https://marketplace.visualstudio.com/items?itemName=d-koppenhagen.vscode-code-review
MIT License
68 stars 36 forks source link

Feature/provider selection #125

Open croesnick opened 2 years ago

croesnick commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Currently, only git repositories are supported.

What is the new behavior?

But in my uses cases, I additionally need svn and also git-svn (as a proxy for svn repos). This PR adds both. It moreover disables all git-related functions (gitlab export and alike) when the provider is not git.

Does this PR introduce a breaking change?

Other information

d-koppenhagen commented 2 years ago

@croesnick I recently merged some other features/fixes, so a rebase is needed. To not beak the DevEx for current consumers, the adoption from the sha to revision CSV Header name should be done automatically, when reading existing comments.