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

Feature Request: Configure VSC to stop auto-restore and build of .NET Core projects #22702

Closed
guardrex opened this issue Mar 15, 2017 · 1 comment

Comments

@guardrex
Copy link

  • VSCode Version: 1.10.2
  • OS Version: Win10 Pro

I use VSC to work on documentation projects that include .NET Core samples. When I open folders to work on sample files, these sample projects should not be restored/built. VSC keeps creating obj and bin folders automatically against my wishes, and I need to then manually delete them from the samples.

I'm aware of ...

"csharp.suppressDotnetInstallWarning": true,
"csharp.suppressDotnetRestoreNotification": true,

... but those don't actually prevent the auto-restore/build behavior. Looking at the workspace settings doc, I don't see a way to disable auto-restore/auto-build for .NET Core projects, so I'm asking if you would consider adding such a workspace setting if such a setting doesn't already exist (undocumented).

@weinand
Copy link
Contributor

weinand commented Mar 15, 2017

Please file this issues against the .NET extension.
VS Code does not include any builtin .NET functionality.

@weinand weinand closed this as completed Mar 15, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants