mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
An implementation of the Language Server Protocol for LaTeX
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| build.gradle | ||
| codecov.yml | ||
| CONTRIBUTING.md | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
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.