swiftlang / vscode-swift

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

Allow hiding the create swift project button from the welcome page #818

Closed matthewbastien closed 1 month ago

matthewbastien commented 1 month ago

Adding our own button to the welcome page by default is a tragedy of the commons issue. I'd like to keep the button available, but allow it to be hidden with a configuration option.

adam-fowler commented 1 month ago

Other language extensions add buttons to the welcome page eg Java. Can we keep the option but default it to true.

matthewbastien commented 1 month ago

Other language extensions add buttons to the welcome page eg Java. Can we keep the option but default it to true.

Yeah, we can keep it true for now. I'm just concerned that the more extensions that add to this the more bloated it's going to become. At least people can disable it if they don't want it this way.