kitlangton / zio-start

A wizard for generating new ZIO applications.
https://zio-start.surge.sh
20 stars 6 forks source link

[Feature] Option to include VS Code configuration with the bundle. #3

Open megri opened 2 years ago

megri commented 2 years ago

VS Code workspace configuration goes in a .vscode directory located at the root of the project.

Workspace settings can control a bunch of interesting things such as extensions, both preinstalled and recommended. The Scala extensions should be enabled by default—not sure if this can conflict with user defined settings but I think not.