yvvki / rusted-warfare-vscode

Workspace detection, syntax highlighting, code completion and format checker for Rusted Warfare
https://marketplace.visualstudio.com/items?itemName=yvvki.rusted-warfare-vscode
MIT License
2 stars 0 forks source link

Migrate `swc` to `esbulid` #17

Open yvvki opened 6 months ago

yvvki commented 6 months ago

swc does not include a bundler and is a rare use case for VS Code extension. esbuild in the other hand is a standard for bundling and watching (#9) VS Code extensions.