We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ecfaf commit a870bafCopy full SHA for a870baf
src/extension.ts
@@ -173,11 +173,7 @@ async function githubinator({
173
!!permalink || branchName == null
174
? createSha(head)
175
: createBranch(branchName),
176
- // escape invalid url characters
177
- // See https://github.com/chdsbd/vscode-githubinator/issues/28
178
- relativeFilePath: encodeURIComponent(
179
- getRelativeFilePath(gitDir, fileName),
180
- ),
+ relativeFilePath: getRelativeFilePath(gitDir, fileName),
181
})
182
if (parsedUrl != null) {
183
console.log("Found provider", provider.name)
0 commit comments