John Holliday
John Holliday
Previous versions included a command to enable VSIP logging, which was very useful. Why was this removed, and what is the recommended alternative?
Thanks for the quick fix attempt. Unfortunately the real issue appears to be that there is no consistency in the dependencies between the various Kiota modules, which should all be...
**Describe the bug** The nuget package fails to resolve because of the hard dependency on the 8.0.1 version of the Microsoft.Extensions.DependencyInjection.Abstractions module, when even the Microsoft.Extensions.DependencyInjection module is declared as...
Simple application fails to resolve. Program.cs ``` using System.CommandLine; public class SampleCommand : CliCommand //
Add an ANTLR context menu for .g4 files to quickly execute common commands against the grammar without having to open the file.
The extension currently supports the ability to zoom the parse tree in and out using the mouse wheel, but this doesn't work if you're using a pen tablet or a...
Add an option to automatically open the SVG file in the default browser, or to automatically open file explorer when 'Save to SVG' is selected.
If a node in the parse tree contains errors, roll up the error highlight recursively to its parent so that branch root will be highlighted even if the branch is...
Add 'Collapse All' and 'Expand All' commands for convenience, with an option to collapse to 1 level beneath the root. That way, users can quickly focus on only the specific...
Add the ability to toggle light/dark themes irrespective of the active VSCode theme.