Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

Curry IDE for Visual Studio Code

Version Build Downloads TypeScript

IDE support for the functional logic programming language Curry.

Usage

Build the Curry Language Server and point the curry.languageServer.path option to the built executable.

Building

  • Once: npm run compile
  • Incrementally: npm run watch

Credits

Credits to jpsikorra for creating the TextMate grammar.