Noah Gilson

Results 159 comments of Noah Gilson

On Mac OS when the non native SDK is installed, or a custom zsh configuration is used, the PATH is not set, so dotnet cannot be found. Moving to the...

seen this twice now, made an issue.

Thats a good point. Ya you're right, I forgot the settings are shared across extensions and not isolated from one extension to another. There is another setting that CDK has...

> The one question I have: is this setting meant to control -- > > 1. Where VS Code extensions find a .NET Runtime used to run their own .NET...

To me it sounds like this change should be made, but with the caveat that `CliPath` takes precedence over our `existingDotnetPath` setting, which would in turn take precedence over the...

> I don't believe it is 2). Build commands in devkit execute via the dotnet CLI, which has no idea that this path exists. And when we're loading projects in...

> I meant I'm less clear on the design on the devkit side (_how and where_ devkit uses that API). Do they download a local runtime still, then download an...

Thanks all for your engagement -- sorry, I should have been more precise. There are several runtimes at play here and several different consumers for it and each of those...

Do you have some sort of config file that runs when you open a terminal that sets path content? Also possible that your WSL terminal has a different environment than...

Interesting, thank you. I'll also see if there's something we can do to fix that. I'm not really sure what we'd do, though. Did you have dotnet installed on the...