Skip to content

Commit f3cf0a5

Browse files
Review
1 parent b14a9d2 commit f3cf0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The project has several test suites:
103103

104104
- The extension supports both `.res` (implementation) and `.resi` (interface) files
105105
- Uses VSCode Language Client protocol for communication between client and server
106-
- Native binaries are cross-platform (darwin, linux, win32) and included in the extension
106+
- Native binaries are cross-platform (darwin, linux, win32) and included in the extension. The rescript-editor-analysis is invoked by the LSP Server in a one-shot mode. Dumping JSON to stdout and the LSP picks that up.
107107
- Supports workspace configurations and monorepo structures
108108
- Incremental type checking can be enabled for better performance on large projects
109-
- As mentioned above the native OCaml binaries here are only here for backwards-compatibility with ReScript versions 11 or below. Since ReScript 12 both `analysis` and `tools` are part of the ReScript compiler monorepo, thus refrain from changing them too much (bugfixes that need to be ported are ok).
109+
- As mentioned above the native OCaml binaries here are only here for backwards-compatibility with ReScript versions 11 or below. Since ReScript 12 both `analysis` and `tools` are part of the [ReScript compiler monorepo](https://github.com/rescript-lang/rescript), thus refrain from changing them too much (bugfixes that need to be ported are ok).

0 commit comments

Comments
 (0)