-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Open
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
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.
bsouthga, ramvalleru, bradenhs, robinhe, superhawk610 and 556 morerasitayaz and pascalhuszaracceleratorlastorder, lunaisnotaboy, iamkhalidbashir, mcitoler, yovanoc and 16 moreViral-Gajera, SidSethi, w4tchdoge, acceleratorlastorder, manzoorwanijk and 14 moreryall, Ebernn, lucasnck, TylerYep, iparsrc and 29 more
Metadata
Metadata
Assignees
Labels
configVS Code configuration, set up issuesVS Code configuration, set up issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality