Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add single files to configurations for workspaces #6

Open
callahanp opened this issue Jun 7, 2024 · 0 comments
Open

Comments

@callahanp
Copy link
Owner

callahanp commented Jun 7, 2024

Add single files to workspace as patterns in a workspace folder.

microsoft/vscode#45177

Configuration item: "workspaceFiles": ["the-path/the-file-name",...]

Generate a workspace folder for each separate path in the set and include each file on that path, as shown below.
{
"folders":
[
{
"path": "the-path",
"file_include_patterns": ["the-file-name",...],
"folder_exclude_patterns": ["**"]
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant