EmmanuelBeziat / vscode-great-icons

🆚 A big pack of icons (200+) for your files
https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons
MIT License
163 stars 56 forks source link

fix: VSCode navigation to repository URL #224

Closed hyperupcall closed 2 years ago

hyperupcall commented 2 years ago

Hoi! ^w^,

Navigation to the source repository from your extension page within VSCode is currently broken :(

Clicking the "Repository" hyperlink on the right-hand sidebar currently shows an error and does not navigate

image

Since Microsoft uses the repository.url string to navigate to the URL, this PR fixes that so that navigation does work, in line with similar projects

EmmanuelBeziat commented 2 years ago

@hyperupcall Thanks! I'll update it quickly.

EmmanuelBeziat commented 2 years ago

@hyperupcall New version up to date Thanks for your help :)