Skip to content

Commit

Permalink
Merge pull request #258 from CompuIves/fix/transform-extension-file
Browse files Browse the repository at this point in the history
fix: make sure to transform extension-file
  • Loading branch information
CGNonofr authored Nov 23, 2023
2 parents 0008ea8 + 7453511 commit a726df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vscode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ index 6e6f8845da5..8e51cff49ca 100644
// that parsing https URIs might end up decoding escape characters
// and result in an unintended transformation
- return /^(file|vscode-remote):/i.test(uri);
+ return /^(file|extension|vscode-remote):/i.test(uri);
+ return /^(file|extension-file|vscode-remote):/i.test(uri);
}

const nativeFetch = fetch.bind(self);
Expand Down

0 comments on commit a726df1

Please sign in to comment.