Skip to content

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 5, 2023
Created: May 27, 2023