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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'omnisharp.json')
-rw-r--r--omnisharp.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/omnisharp.json b/omnisharp.json
new file mode 100644
index 0000000000..4c69db8efd
--- /dev/null
+++ b/omnisharp.json
@@ -0,0 +1,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": []
+ }
+}