Skip to content

Commit

Permalink
Merge pull request #1946 from OmniSharp/mholo65-patch-1
Browse files Browse the repository at this point in the history
OmniSharp.Path can only be set in user settings
  • Loading branch information
JoeRobich authored Sep 16, 2020
2 parents a9d2244 + 6f3efa0 commit 608e77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 608e77e

Please sign in to comment.