Denis Sibilev

Results 3 issues of Denis Sibilev

I have a couple of folders in my VS Code workspace which are located on remote server mapped as network drive (built-in Windows feature). On such setup compiler just hangs...

Please add an option for C-style object and array braces. Java-style (current): ``` javascript { "foo" : { "bar" : 10 }, "lol" : [ "rofl", "lmao" ] } ```...

RefundLineItem has this `decimal` property: ```csharp [JsonProperty("total_tax")] public decimal? TotalTax { get; set; } ``` And `PriceSet` version of it: ```csharp [JsonProperty("total_tax_set")] public PriceSet TotalTaxSet { get; set; } ```...

missing or invalid properties