vscode-dotnet-runtime/sample
Noah Gilson 814208c72c
Improve FindPath API for Finding SDK w/out Feature Band (#2042)
* 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
2024-11-14 23:28:51 +00:00
..
.vscode Disabling non-testing extensions in tests and sample 2020-05-01 14:01:44 -07:00
HelloWorldConsoleApp Remove hello world pdb 2019-05-07 18:20:05 -07:00
src Expose Mode Property on Sample Command for Testing (#2013) 2024-11-12 09:54:30 -08:00
.npmrc Remediate npm configuration issues 2022-07-14 15:34:55 -07:00
LICENSE.txt Fix Debugging log bugs and dependency flows 2023-07-31 09:54:21 -07:00
package-lock.json 2.2.1 Branding & Dependencies (#1983) 2024-10-15 11:43:22 -07:00
package.json 2.2.4 Branding (#2043) 2024-11-14 14:34:09 -08:00
tsconfig.json Add Linux Pre-requisite installation prompts. 2019-05-08 22:32:06 -07:00
tslint.json Update tslint and tsconfigs 2019-05-07 19:03:13 -07:00
yarn.lock Improve FindPath API for Finding SDK w/out Feature Band (#2042) 2024-11-14 23:28:51 +00:00