Welcome to mirror list, hosted at ThFree Co, Russian Federation.

omnisharp.json - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c69db8efdd2601d49a0ae921bddbcc2ec196f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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": []
  }
}