SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
37 stars 7 forks source link

Improve the "Development" section of README.md #74

Closed zeroSal closed 2 months ago

zeroSal commented 2 months ago

I'm trying to contribute to the extension, but I can't run in debug mode the extension as bun build run in the root of the project does not build and package the extension. I think you should improve the "Development" section describing all the developing cycle:

SanderRonde commented 2 months ago

I've updated the docs a bit. It's all actually pretty simple if you have VSCode but I can imagine it's not super easy if you have no prior experience with VSCode extensions so I've written it all out.

zeroSal commented 2 months ago

I've updated the docs a bit. It's all actually pretty simple if you have VSCode but I can imagine it's not super easy if you have no prior experience with VSCode extensions so I've written it all out.

Many thanks ;)