vscode-dotnet-runtime/vscode-dotnet-sdk-extension/CHANGELOG.md

1.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • A new error type for when the user tries to install via the Powershell install script on a system where powershell cannot be found #1212
  • A new error type for when an install was requested but already exists locally #1212
  • New APIs for querying SDK installations and suggested SDK versions #791

Fixed

  • Reenable logging from this extension #1122

Changed

  • The default timeout for downloading an Runtime archive was changed to 300 seconds from 120 seconds #1212. If you need longer download times, see the timeout documentation for more details.
  • The error message and pop-up for timeouts were improved to direct users how to extend the timeout #1212

0.8.0 - 2021-09-16

Changed

  • Reduce the permissions required to exceute the scripts #16120