Monolithic structure, multiple project settings
See original GitHub issueI was wondering if it is possible for VSCode to pick up on multiple .vscode/settings.json
For instance if you are working in an monolithic environment with multiple smaller projects inside it, and each have their own .vscode/settings.json
.
Can VSCode pickup on that, and apply the settings from the smaller projects .vscode/settings.json
to their subtree and descendant files?
monolithic-project/
├── small-project1/
│ ├── .vsocde
│ │ └── settings.json
│ └── src/
│ └── index.ts
└── small-project2/
├── .vsocde
│ └── settings.json
└── src/
└── index.ts
Wanted effect:
monolithic-project/small-project1/.vscode/settings.json
applies to monolithic-project/small-project1
and all descendant files.
monolithic-project/small-project2/.vscode/settings.json
applies to monolithic-project/small-project2
and all descendant files.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:290
- Comments:29 (5 by maintainers)
Top Results From Across the Web
Organizing Projects and Stacks - Pulumi
Each stack has its own separate configuration and secrets, role-based access controls (RBAC) and policies, and concurrent deployments. Monolithic. It's very ...
Read more >What is monolithic architecture in software? - TechTarget
Monolithic applications are single-tiered, which means multiple components are combined into one large application. Consequently, they tend to have large ...
Read more >Executing Multi-Project Builds - API Manual
Structure of a multi-project build. Such builds come in all shapes and sizes, but they do have some common characteristics: A settings.gradle file...
Read more >Pattern: Monolithic Architecture
Simple to scale - you can scale the application by running multiple copies of the application behind a load balancer. However, once the...
Read more >Evolving modular monoliths: 2. Breaking up your app into ...
This is the second article in a series about building Microsoft .NET applications using a modular monolith architecture.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this? Still would be a really helpful feature!
It’s been 5 years and this is crucial for monorepos…