Skip to content

Commit 42cdfd3

Browse files
authored
Remove chokidar (#1096)
* Partially remove chokidar, setting up client file watching * Replace chokidar * Add changelog entry
1 parent 583c63a commit 42cdfd3

File tree

6 files changed

+124
-951
lines changed

6 files changed

+124
-951
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#### :house: Internal
3636

3737
- Find binary paths asynchronously. On `>=12.0.0-alpha.13` we do this by dynamically importing the `@rescript/{target}` package in the project root. https://github.com/rescript-lang/rescript-vscode/pull/1093
38+
- Remove chokidar from LSP server. We expect LSP clients to support [workspace_didChangeWatchedFiles](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles). https://github.com/rescript-lang/rescript-vscode/pull/1096
3839

3940
## 1.62.0
4041

0 commit comments

Comments
 (0)