Skip to content

Commit cf56514

Browse files
committed
Chill - staleness issue fixed in lsp 1.72.0
1 parent ef508a9 commit cf56514

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,6 @@ This extension plugs in the following projects:
77
- [tree-sitter-rescript](https://github.com/rescript-lang/tree-sitter-rescript) parser
88
- [@rescript/language-server](https://github.com/rescript-lang/rescript-vscode) LSP
99

10-
## IMPORTANT
11-
12-
Because of a temporary issue [#12](https://github.com/humaans/rescript-zed/issues/12), you should add this to your zed settings.json to make sure the editor sees up to date compilation results:
13-
14-
```
15-
"lsp": {
16-
"rescript-language-server": {
17-
"initialization_options": {
18-
"extensionConfiguration": {
19-
"incrementalTypechecking": {
20-
"enable": "true",
21-
},
22-
},
23-
},
24-
},
25-
}
26-
2710
## Settings
2811

2912
```json

0 commit comments

Comments
 (0)