8000 Merge pull request #599 from filipw/feature/tweaks · dotnet-script/dotnet-script@8772ac5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8772ac5

Browse files
authored
Merge pull request #599 from filipw/feature/tweaks
corrected OmniSharp.json
2 parents b5ce1af + e422222 commit 8772ac5

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

omnisharp.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0