Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.38 KB

File metadata and controls

56 lines (39 loc) · 1.38 KB

How to Contribute

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.

Development

Installation Prerequisites:

Steps

  1. Fork and clone this repository

  2. Fork and clone the LemMinX - XML Language Server

  • Note: The directory format has to match the following:

      YOUR_FOLDER/
                ├──── lemminx/
                │      
                ├──── vscode-xml/
    
  1. cd lemminx/

  2. Install the maven dependencies Mac/Linux:

    $ ./mvnw verify

    or for Windows:

    $ mvnw.cmd verify
  3. cd vscode-xml/

  4. Install the dependencies:

    $ npm install
  5. In vscode-xml/, build the server by running:

    $ npm run build-server
  6. To run the extension, open the Debugging tab in VSCode.

  7. Select and run 'Launch Extension (vscode-xml)' at the top left:

     Launch Extension