Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit fa50b9f

Browse files
authored
Update README.md
Updated JSON element to disable lang-server
1 parent f14ced8 commit fa50b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This extension adds support for [Racket](http://www.racket-lang.org) to VS Code.
1818
raco pkg update racket-langserver
1919
```
2020

21-
If don't want to use the lang-server at all, you don't have to. Just set `"magic-racket.lsp.enabled": false` in your configuration file. But note that if you do so, you won't get the “smart” features like autocomplete, formatting, etc.
21+
If don't want to use the lang-server at all, you don't have to. Just set `"magicRacket.languageServer.enabled": false` in your configuration file. But note that if you do so, you won't get the “smart” features like autocomplete, formatting, etc.
2222
4. If you are running VSCode on WSL or a headless Linux server, please see the Troubleshooting section below.
2323
2424
## Features

0 commit comments

Comments
 (0)