Skip to content

Single c_cpp_properties.json for an entire workspace #1229

@rdlaner

Description

@rdlaner

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions