Joey Robichaud

Results 38 issues of Joey Robichaud

Resolves https://github.com/dotnet/format/issues/1386

Starting with the .NET 6 Preview 7, which is [available now](https://dotnet.microsoft.com/download/dotnet/6.0), `dotnet format` is a built-in SDK command. As part of this move the options have changed a bit. Invoking...

Currently the extension expects each line to use either tabs or spaces. Mixing them causes incorrect rendering of the indent guides.

Using text decorations requires there to be text on the line. This causes empty lines within a block not to have indent guides.

Switch to v3 publishing in order to use publish symbol exclusions. Also, sets a more descriptive build number including the PR author and title. Example of fancy build number: Test...

Area-Infrastructure
untriaged

This will allow us to show a work indicator in the C# extension when loading a solution or projects. See C# ext PR: https://github.com/dotnet/vscode-csharp/pull/7254

Area-Infrastructure
untriaged

This makes a little progress on #6675. It shows a work indicator for the initial workspace load. It will also show the open solution file name and provides a link...

This issue was originally reported at https://github.com/OmniSharp/omnisharp-roslyn/issues/2352 **REPRO CONFIGURATION:** Win10 x64 ENU 20H2 + SDK 7.0.100-preview.2.22152.5 **Latest SDK Version:** 7.0.100-preview.2.22152.5 **Latest Runtime Version:** 7.0.0-preview.2.22128.3 **INSTALL STEPS​:** 1. Clean machine: Win...

vscode