-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
With the recent update to handle VS Code's multi-root workspaces there now must be a c_cpp_properties.json file for each root folder added to a workspace. For my project, it's far more convenient to have a single c_cpp_properties.json file that applies to the entire workspace. With that, I don't have to add a new one for each added folder. Additionally, since each root directory in my project is a separate git repo, requiring a .vscode folder in each root directory means updating the .gitignore file for each repo to ignore .vscode. I'd rather not have to update .gitignore for each repo since there are many in this project and the process around updating it is a pain.
Is this possible?
LeThiHyVong, floooh, spuchin, lmapii, FHTheron and 4 more