Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
24 stars 11 forks source link

Breaking Change: use VSCode launch config instead of command #48

Closed Serpen closed 3 years ago

Serpen commented 3 years ago

Since 1.2 VBS-VSCode uses VSCode internal launch config, instead of a user defined command.

This requires an extra configuration if the workspace already has its own launch config.

The old command vbs.runScript is still available, but will be removed in a future version.