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

Add tests #88

Closed clayreimann closed 2 years ago

clayreimann commented 3 years ago

We should add tests to the project.

VSCode extension testing guide

vknabel commented 3 years ago

Yes we should. Not sure where to start though. Would it be best to start with https://github.com/vknabel/vscode-swiftlint or https://github.com/vknabel/vscode-swiftformat as they are much simpler? And then scaling up to this project?