Jon Sequeira
Jon Sequeira
If diffing `.ipynb` files is a pain point, have you tried launching PRs in github.dev? It has a very nice `.ipynb` diff viewer. You can launch this from a PR...
> Also, do you have any predictions as to when the next version will be published to NuGet? @3geek14, you can try out the latest API at any time from...
> but to get meaningful completion for dotnet prefixed commands it is necessary to use commands with hyphen, e.g. dotnet-ef instead of dotnet ef, because dotnet ef is overtook by...
@tannergooding, this looks to me like a pre-existing bug: #1758. Have you noticed a change in the behavior?
There are a number of known limitations with Try .NET for education scenarios. It's really oriented more towards documentation. Have you taken a look at [Polyglot Notebooks](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode)? (`Console.ReadLine` also doesn't...
Making these customizable would be ideal. I haven't had the time to do it but would be happy to help someone with a PR.
I'm not able to reproduce this bug without more information. Could you include a screenshot of the entire VS Code window when this is happening?
The issue looks like it refers specifically to [snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets#:~:text=To%20create%20or%20edit%20your,should%20appear%20for%20all%20languages.). Polyglot Notebooks doesn't ship with custom snippets but we could potentially make the available ones from various languages show up in...
> I have to remove all non-nuget package sources from my `C:\Users\%USERNAME%\AppData\Roaming\NuGet\NuGet.Config` to get `dotnet tool install` to work. The `--ignore-failed-sources` option doens't do anything. This sounds like it could...
Variable sharing is intended to work for the HTTP kernel but there's a bug. (#3522)