Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Disable script project system for repo.
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
NTaylorMullen committed Oct 4, 2018
1 parent d75b88c commit 7ed11c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions omnisharp.json
@@ -0,0 +1,8 @@
{
"script": {
"enabled": false
},
"cake": {
"enabled": false
}
}

0 comments on commit 7ed11c4

Please sign in to comment.