814208c72c
* Fix acquisition error on non fully qualified version The new, unreleased code for getting a feature band of a sdk version try catches when it tries to get the band. It will not throw if there is no band in the string which can be expected in certain cases, but it still posts an error to the event stream. Posting an error to the event stream causes the error to bubble up to the user even if it is caught. We need to take some additional action here so the user doesn't see an error popup for something that's not an error. This is blocking our release with all of the findPath features. Resolves https://github.com/dotnet/vscode-dotnet-runtime/issues/2015 Version updates are to update the shas of the internal packages which got updated. * Update imports * remove extra else |
||
---|---|---|
.. | ||
.vscode | ||
images | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
README.md
.NET SDK Install Tool
This VSCode extension allows acquisition of a local copy of the .NET SDK. While originally developed and intended to be used as part of the .NET Coding Pack, this extension can be used by other extensions like C# DevKit, Polyglot Notebooks, and others to ensure that a .NET SDK is available on the user's machine. This can be useful when another extension needs to make use of the .NET Toolchain to compile or run code.
Note: .NET SDKs installed with this extension are unique per-calling-extension, and will not be installed system-wide. This means they will not be usable from outside of the VS Code editor.
.NET Foundation
.NET for VSCode is a .NET Foundation project.
See the .NET home repo to find other .NET-related projects.
License
.NET Core (including this repo) is licensed under the MIT license.
Telemetry Notice
Please note that this extension collects telemetry by default and aims to follow the VS Code Telemetry Policy. You may disable this telemetry in the extension settings.