From 7ed11c4a2f480d3912a3e31e71ec5450bb39acfe Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 4 Oct 2018 12:37:13 -0700 Subject: [PATCH] Disable script project system for repo. - The omnisharp-roslyn submodule has CSX files that end up causing errors when used in the Razor.VSCode repo. This change disabled the script project system because it has no function in Razor.VSCode. - Also disabled the cake project system to aid in OmniSharp startup speed. #134 --- omnisharp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 omnisharp.json diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 0000000..25ef0df --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,8 @@ +{ + "script": { + "enabled": false + }, + "cake": { + "enabled": false + } +} \ No newline at end of file