rascal-lsp
This is the documentation for version 2.20.0 of rascal-lsp.
- API documentation
- Stackoverflow questions
- Open-source license
- How to cite this software
- Follow the money sources.
- Check the dependencies
- Source code
- Issue tracker
Installation
To use rascal-lsp in a maven-based Rascal project, include the following dependency in the pom.xml
file:
<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-lsp</artifactId>
<version>2.20.0</version>
</dependency>
</dependencies>
and change the Require-Libraries
field in /path/to/yourProjectName/META-INF/RASCAL.MF
like so:
Manifest-Version: 0.0.1
Project-Name: yourProjectName
Source: path/to/src
Require-Libraries: |lib://rascal-lsp|
info
dot.MF files must end with an empty line.