Skip to content

Commit e422222

Browse files
committed
updated omnisharp.json
1 parent 18b9d7e commit e422222

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

omnisharp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,18 @@
55
"**/ScriptPackages/**/*.csx"
66
],
77
"userExcludeSearchPatterns": []
8+
},
9+
"script": {
10+
"enableScriptNuGetReferences": true,
11+
"defaultTargetFramework": "net5.0"
12+
},
13+
"FormattingOptions": {
14+
"organizeImports": true,
15+
"enableEditorConfigSupport": true
16+
},
17+
"RoslynExtensionsOptions": {
18+
"enableImportCompletion": true,
19+
"enableAnalyzersSupport": true,
20+
"enableDecompilationSupport": true
821
}
922
}

0 commit comments

Comments
 (0)