Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

theia-ide/theia-xml-extension

Repository files navigation

Gitpod - Code Now Build Status

Theia XML Extension

Adds XML support to Theia IDE (https://theia-ide.org). To be installed as an extension.

Developing and Trying out

The easiest way to get your hands on this extension is to start this repo using Gitpod.io:

Open in Gitpod

For local installation:

  • clone
  • yarn
  • cd browser-app
  • yarn start ..

Running the Electron example

yarn rebuild:electron
cd electron-app
yarn start

Publishing

Create a npm user and login to the npm registry, more on npm publishing.

npm login

Publish packages with lerna to update versions properly across local packages, more on publishing with lerna.

npx lerna publish

Additional info

The jar in xml/lsp4xml/ is produced by the lsp4xml maven build. Unfortunately there is no easy way to consume it during the build see angelozerr/lsp4xml#229

To get a new lsp4xml version one need to download and extract the latest version of vscode-xml vsix file. The jar can than be found in extension/server/ folder.

Releases

No releases published

Packages

No packages published