vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Better error messages and direct links to Github #91

Closed vknabel closed 2 years ago

vknabel commented 3 years ago

In a few other vscode plugins for Swift, I added alert messages which are more specific and helpful. In case there is an unknown error message, the alert has a "Report Issue"-button which directly creates a new issue.

This dramatically improves the quality of the extension and shortens the feedback loop.