Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 444 Bytes

Theia & Xtext Example

A Theia Application with an Xtext-based Language Server extension.

Development

Open in Gitpod

... or check it out locally:

Build the language server

  cd xtext-dsl-language-server &&
  ./gradlew shadowJar &&
  cd ..

Build and start Theia

   yarn install &&
   cd app &&
   yarn start