{ "dotnet.defaultSolution": "SharpCompress.slnx", "files.exclude": { "**/bin": true, "**/obj": true }, "files.watcherExclude": { "**/bin/**": true, "**/obj/**": true, "**/artifacts/**": true }, "search.exclude": { "**/bin": true, "**/obj": true, "**/artifacts": true }, "editor.formatOnSave": false, "[csharp]": { "editor.defaultFormatter": "csharpier.csharpier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit" } }, "csharpier.enableDebugLogs": false, "omnisharp.enableRoslynAnalyzers": true, "omnisharp.enableEditorConfigSupport": true, "dotnet-test-explorer.testProjectPath": "tests/**/*.csproj", "chat.tools.terminal.autoApprove": { "dotnet csharpier": true } }