biomejs / biome-vscode

Biome extension for Visual Studio Code and VSCodium
https://marketplace.visualstudio.com/items?itemName=biomejs.biome
Apache License 2.0
237 stars 32 forks source link

fix: windows download error #381

Closed ahaoboy closed 1 month ago

ahaoboy commented 1 month ago

Summary

platformSpecificPackageName:

biome-win32-arm64
biome-win32-x64

biome name

biome-win32-arm64.exe
biome-win32-x64.exe

Checklist

nhedger commented 1 month ago

Hey, thanks for catching this and opening a PR. I think I prefer to use a constant instead. I'll push changes to your branch.

ahaoboy commented 1 month ago

Hey, thanks for catching this and opening a PR. I think I prefer to use a constant instead. I'll push changes to your branch.

Haha, yes, this value will probably be used a lot, but I'm too lazy to come up with a name :D

nhedger commented 1 month ago

Thanks @ahaoboy !