swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
709 stars 47 forks source link

Add "Create Swift Project" to explorer view when no project loaded #760

Closed adam-fowler closed 2 months ago

adam-fowler commented 2 months ago

The Java extensions does this

You can do it using viewsWelcome contribution point

https://code.visualstudio.com/api/references/contribution-points#contributes.viewsWelcome

matthewbastien commented 2 months ago

I can take this one.