Skip to content

Commit 9461cee

Browse files
authored
Exclude script engine from running in omnisharp (dotnet#18404)
* Exclude script engine from running in omnisharp * Fix spacing
1 parent db977f8 commit 9461cee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

omnisharp.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"CscToolPath": null,
1414
"CscToolExe": null,
1515
"loadProjectsOnDemand": false
16+
},
17+
"script": {
18+
"enabled": false
1619
}
1720
}

0 commit comments

Comments
 (0)