question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Monolithic structure, multiple project settings

See original GitHub issue

I 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:open
  • Created 6 years ago
  • Reactions:290
  • Comments:29 (5 by maintainers)

github_iconTop GitHub Comments

66reactions
memarkcommented, Aug 29, 2020

Any update on this? Still would be a really helpful feature!

24reactions
Falvencommented, Feb 21, 2022

It’s been 5 years and this is crucial for monorepos…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found