VSCode Config
Extensions
Configuration
Useful settings:
- Configure the default formatter for C# files
- Set the tab size to 4
{
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp",
"editor.tabSize": 4
},
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj",
"dotnet-test-explorer.treeMode": "full"
}
Resources
Last update:
August 11, 2023
Created: June 3, 2023
Created: June 3, 2023