-
Re: Why do json dump looks cut off
I presume you're asking about outlining/folding? If so, this is now fixed in 9.9.2.1 · -
Re: How to add an image in the AI prompt?
Right now, the plan is for it to be at least loosely tied to the current tab in terms of editor integration, although it will be able to read files from anywhere in the filesystem (the same is true r…1 · -
Re: How to add an image in the AI prompt?
On a slight tangent, are you people open to using Claude Code? It's arguably the gold standard in coding agents and offers high-value plans (something that's no longer the case with GitHub …1 · -
Re: Expression string dump bug?
That's right - Dump() is a fluent method that returns the input. This lets you to inject Dump() into the middle of statements: new[] { 11, 5, 17, 7, 13 } .Dump ("Prime numbers") .Where…2 · -
Re: How can I coax LPRun (any version) to run within Azure App Services' Kudu/SCM?
lprun targets .NET Desktop which isn't installed on Azure App Services. This is to allow scripts to access .NET Desktop features and ensure that they don't fail to compile if there are any …1 ·
