aspnetcore-tooling/.vscode
Fred Silberberg f75ab6018f
Turn off trailing whitespace triming in strings (#10646)
We have tests with baselines that have trailing whitespaces. Our `trimTrailingWhitespace` setting means that those will get modified automatically, breaking those tests. To fix that, I implemented a vscode feature to avoid triming inside regex and strings, so let's use that.
2024-07-18 15:17:49 -07:00
..
extensions.json ms-vscode.csharp to ms-dotnettools.csharp 2020-03-10 14:02:30 -07:00
launch.json Delete old vs code extension bits 2023-11-04 18:03:48 +11:00
settings.json Turn off trailing whitespace triming in strings (#10646) 2024-07-18 15:17:49 -07:00
tasks.json Delete old vs code extension bits 2023-11-04 18:03:48 +11:00