Glenn Sarti

Results 43 issues of Glenn Sarti

Previously whether to use ANSI (I assume) color codes on Windows was gated on the Win32::Console::ANSI object being defined (https://github.com/ddfreyne/cri/blob/2f172673f602d114e3632817a0d3868b31212dae/lib/cri/platform.rb#L24) However that gets defined in the win32console gem which has...

### System Details - Operating system name and version: Windows 10 - VS Code version: 1.10.2 - PowerShell extension version: - Output from `$PSVersionTable`: ``` PS C:\Source\neo4j-quick-demo> $pseditor.EditorServicesVersion Major Minor...

Issue-Enhancement
Up for Grabs
Area-Extension Terminal

## Description PowerShell Core is a cross platform scripting tool. Unfortunately Test-Kitchen conflates Operating System with shell commands i.e. Windows == PowerShell, Linux == Bash However this isn't true. I...

Improvement
New Feature

As noted in https://github.com/zyedidia/micro/issues/174#issuecomment-367855348 It would be nice if Micro had an inbuilt LSP client. This means we could then use Micro to talk to a whole bunch of LSP...

There's no help for this 😢 ``` text PS> get-help Submit-BTNotification -detailed .... -ActivatedAction -DismissedAction -FailedAction ```

bug

Prevously the cloud backend would only render post-plan run tasks. Now that pre-plan tasks are in beta, this commit updates the plan phase to render pre-plan run tasks. This commit...

A VSCode extension I was developing for was recently "bitten" by the breaking changes from v3 to v4. However as there is no changelog it's extremely difficult to figure out...

feature-request

The foundational work of parsing the dependency file has been completed but it would be nice if we could construct the `requirements.psd1` file in a more powershell-y way. As an...

enhancement
help wanted

## Feature Request ### Background / Motivation Currently there doesn't appear to be a way to disable colourised output besides using a JSON/YAML output format. This can cause issues with...

feature request
devex

## Description This commit adds the stage attribute to the Workspace Run Task Resource and Data Source. Note that this is in beta for the Resource. This commit adds acceptance...