Contributions are essential for keeping this extension great. We try to keep it as easy as possible to contribute changes and we are open to suggestions for making it even easier. There are only a few guidelines that we need contributors to follow.
- latest Visual Studio Code
- Node.js v4.0.0 or higher
- JDK 8+
- Maven
-
Fork and clone this repository
-
Fork and clone the LemMinX - XML Language Server
-
Note: The directory format has to match the following:
YOUR_FOLDER/ ├──── lemminx/ │ ├──── vscode-xml/
-
cd lemminx/ -
Install the maven dependencies Mac/Linux:
$ ./mvnw verify
or for Windows:
$ mvnw.cmd verify
-
cd vscode-xml/ -
Install the dependencies:
$ npm install
-
In
vscode-xml/, build the server by running:$ npm run build-server
-
To run the extension, open the Debugging tab in VSCode.
-
Select and run 'Launch Extension (vscode-xml)' at the top left:
