From 9461ceebc7bf23ad3ca0ec5f7cd3140f63930264 Mon Sep 17 00:00:00 2001 From: Andy De George <2672110+Thraka@users.noreply.github.com> Date: Thu, 14 May 2020 07:37:44 -0700 Subject: [PATCH] Exclude script engine from running in omnisharp (#18404) * Exclude script engine from running in omnisharp * Fix spacing --- omnisharp.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/omnisharp.json b/omnisharp.json index e2dcec50e4cc2..403025f301f56 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -13,5 +13,8 @@ "CscToolPath": null, "CscToolExe": null, "loadProjectsOnDemand": false + }, + "script": { + "enabled": false } }