## Details VS Code 1.18.1 C# Extension 1.13.1 Dark+ color theme ## Repro  ```c# public class Example { [Fact] public void Method1() { app.Command(_ => throw new InvalidOperationException()); } [Fact] public void Method2() { app.Command() } } ```