rescript-zed icon indicating copy to clipboard operation
rescript-zed copied to clipboard

ReScript support for Zed editor

Results 5 rescript-zed issues
Sort by recently updated
recently updated
newest added

In more recent versions of ReScript, the `rescript-editor-analysis` is shipped with your local compiler. The version the bundled LSP Server is invoking is no longer compatible with newer compiled code....

Updated the server path to point to the actual JavaScript file, ensuring compatibility on Windows. The previous path caused issues with execution on non Unix-based systems due to the way...

when using https://rescript-lang.org/blog/release-11-1-0#tagged-template-literals syntax highlight gets broken: ![Image](https://github.com/user-attachments/assets/ead62856-a2dd-4675-bbb0-b1bdc51e8095) Here's the same file in VSCode for reference: ![Image](https://github.com/user-attachments/assets/cb266217-2b32-4d53-8cb3-689585621169)

Hello! Thank you for making this extension for ReScript! I see this notification on every page that I open, Is this normal?

⚠️ Don't merge until Zed 0.205.x is on stable ⚠️ See https://github.com/zed-industries/zed/pull/37811 This PR bumps the zed extension API to the latest version, which makes std::env::current_dir() work correctly in WASI...