Skip to content
代码片段 群组 项目
omnisharp.json 584 字节
Newer Older
{
  "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": []
  }
}