| 123456789101112131415161718192021222324252627 |
- {
- "RoslynExtensionsOptions": {
- "enableAnalyzersSupport": true
- },
- "FormattingOptions": {
- "enableEditorConfigSupport": true
- },
- "RenameOptions": {
- "RenameInComments": true,
- "RenameOverloads": true,
- "RenameInStrings": true
- },
- "msbuild": {
- "MSBuildSDKsPath": ".\\.dotnet",
- "EnablePackageAutoRestore": true,
- "loadProjectsOnDemand": true
- },
- "fileOptions": {
- "systemExcludeSearchPatterns": [
- "**/node_modules/**/*",
- "**/bin/**/*",
- "**/obj/**/*",
- "**/node_modules/**/*"
- ],
- "excludeSearchPatterns": []
- }
- }
|