From 6f3efa07b37b82a21ddf40ac1fe09b80dffdfe9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bj=C3=B6rkstr=C3=B6m?= Date: Wed, 16 Sep 2020 08:40:29 +0300 Subject: [PATCH] OmniSharp.Path can only be set in user settings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25b39abb46..f38be878d0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ For more details, see [Build](https://github.com/OmniSharp/omnisharp-roslyn/blob ### VS Code -Add the following setting to your [User Settings or Workspace Settings](https://code.visualstudio.com/Docs/customization/userandworkspace). +Add the following setting to your [User Settings](https://code.visualstudio.com/Docs/customization/userandworkspace). ```JSON { @@ -77,7 +77,7 @@ The above option can also be set to: - "latest" - To consume the latest build from the master branch - A specific version number like `1.29.2-beta.60` -In order to be able to attach a debugger, add the following setting: +In order to be able to attach a debugger, add the following setting to your [User or Workspace settings](https://code.visualstudio.com/Docs/customization/userandworkspace): ```JSON {