Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 761 Bytes

TUC Language Server

Build Version tuc-docs

Language server for a Tuc vs-code extension.

[todo]


Development

First run:

./build.sh  # or build.cmd if your OS is Windows  (might need ./build Build here)

Everything is done via build.cmd \ build.sh (for later on, lets call it just build).

  • to run a specific target use build -t <target>