From ef808b7c9fb58a78417c6cfd0b324a54479be51c Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Sun, 27 Mar 2016 12:12:57 -0700 Subject: [PATCH] Update omnisharp setting. Disable auto restore. --- omnisharp.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/omnisharp.json b/omnisharp.json index 9a493bb14..e7379f74d 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -1,5 +1,6 @@ { - "dnx": { - "projects": "src/*/project.json;test/*/project.json;scripts/*/project.json" + "dotnet": { + "projects": "src/*/project.json;test/*/project.json;scripts/*/project.json", + "enablePackageRestore": false } -} \ No newline at end of file +}