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

Consider implementing an ignore file/setting #2185

Closed
TomasHubelbauer opened this issue Apr 13, 2018 · 1 comment
Closed

Consider implementing an ignore file/setting #2185

TomasHubelbauer opened this issue Apr 13, 2018 · 1 comment

Comments

@TomasHubelbauer
Copy link

I have a repository which has a data directory in it. This data directoty is Git-ignored and in its tree has several .NET Core projects for various reasons. I would like to prevent the C# extension from prompting me to install dependencies for these nested .NET Core projects each time I open the main project with the data directory in it. The extension's contributions have some settings for supressing certain warnings and such, but I would like this to only apply to the data directory and have the extension work as usual for the root project. Is this something you're open to including in the extension? My idea is that either a .netignore file could exist that would work identically to the .gitignore file or there could be a repository-level (the .vscode directory) setting where I could ignore it using a glob pattern.

@DustinCampbell
Copy link
Member

Thanks for filing this issue! I believe it's a duplicate of #1694 and OmniSharp/omnisharp-roslyn#896.

Let me know if you disagree.

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

No branches or pull requests

2 participants