Skip to content

Structuring things for VSCode development #188

Answered by DavidVujic
shaneseaton asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shaneseaton, I'm happy to hear that you like the build-project feature!

I usually put the dev-related configs and setups at the root level of the workspace along with the folders that Polylith care about. You can think of it as a single-project environment, when it is about the developer environment related things.

For project-specific files and folders, it could make sense to have those in in the project folder. Such as a Dockerfile that is used in production or maybe a Makefile with project-specific targets. But that depends on how you have your CI/CD setup. It can also make sense to have a deploy or CI_CD folder att the workspace root, if you have a lot of shared setups between the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shaneseaton
Comment options

Answer selected by DavidVujic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants