The homepage shows the following command line for building the plugin:
dotnet publish -c Release -o bin -r win-x64
See: https://www.blech-lang.org/docs/getting-started/vsce/#build-the-extension
In the readme of the VS code plugin it says:
dotnet publish -c Release -r win-x64 --self-contained false
The homepage shows the following command line for building the plugin:
dotnet publish -c Release -o bin -r win-x64See: https://www.blech-lang.org/docs/getting-started/vsce/#build-the-extension
In the readme of the VS code plugin it says:
dotnet publish -c Release -r win-x64 --self-contained false