0

What exactly is .NET Core 1.0.1 - VS 2015 Tooling Preview 2? And is it required for VSCode if you already have .NET Core SDK installed?

I was having issues with a fresh OS install where VSCode kept giving me "Install CLI Tools" errors. I was able to remedy it and get debugging/intellisense by installing .NET Core SDK. Right now VSCode runs flawlessly, but am wondering what exactly the difference between the two is? It won't let me install .NET Core 1.0.1 - VS 2015 Tooling Preview 2 because it says I need to install Visual Studio 2015. Is it required? What's the purpose of .NET Core 1.0.1 - VS 2015 Tooling Preview 2?

1 Answer 1

1

The VS2015 tooling package is for people wanting to compile and debug .NET core code using Visual Studio 2015.

Visual Studio 2015 is an entirely separate product to Visual Studio Code, and this tooling preview package is therefore not required if you are only working with VS Code.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.