KatsuteDev / Background

The most advanced background image extension for VSCode
https://marketplace.visualstudio.com/items?itemName=katsute.code-background
GNU General Public License v2.0
70 stars 4 forks source link

Fix URI encoding on URL query #306

Closed kdevbot[bot] closed 3 months ago

kdevbot[bot] commented 3 months ago

encodeURI is incorrect and should be encodeURIComponent

Can not be fixed yet, VSCode openExternal keeps decoding encoded URIs preventing the URL from working properly.

KNOWN AND UNFIXED SINCE 2019.

Possible fix: https://github.com/microsoft/vscode/issues/85930#issuecomment-821882174