8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ce1af + e422222 commit 8772ac5Copy full SHA for 8772ac5
omnisharp.json
@@ -0,0 +1,22 @@
1
+{
2
+ "fileOptions": {
3
+ "systemExcludeSearchPatterns": [
4
+ "**/TestFixtures/**/*.csx",
5
+ "**/ScriptPackages/**/*.csx"
6
+ ],
7
+ "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
21
+ }
22
+}
src/omnisharp.json
0 commit comments