theia-ide / theia-yaml-extension

YAML extension for Theia IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No longer maintained in favor of https://github.com/redhat-developer/vscode-yaml


Gitpod - Code Now Build Status

Theia YAML Extension

Adds YAML 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: Gitpod - Code Now

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

About

YAML extension for Theia IDE


Languages

Language:TypeScript 100.0%