texlab/README.md
2019-03-01 10:54:48 +01:00

1.3 KiB

Build Status codecov

TexLab

A cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. We provide an extension for Visual Studio Code.

Learn more about the project on our website.

Getting Started

This project uses Gradle. To compile the server and run the tests execute the following command in the project directory:

./gradlew build

To use the local build with the extension, we recommend creating a symbolic link:

mkdir ../texlab-vscode/server
ln -s ../../texlab/build/libs/texlab.jar ./../texlab-vscode/server/texlab.jar

Contributing

See CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.