Skip to content

vscode-1.5.3-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@belav belav released this 12 Feb 03:38

This adds better support for dotnet commands by

  1. Using the option for dotnet.dotnetPath if it exists
  2. Using the option for omnisharp.dotNetCliPaths if it exists
  3. Trying to find dotnet on the PATH by running dotnet --info
  4. Trying to find dotnet on the PATH by running sh -c "dotnet --info"