No longer maintained in favor of https://github.com/redhat-developer/vscode-yaml
Adds YAML support to Theia IDE (https://theia-ide.org). To be installed as an extension.
The easiest way to get your hands on this extension is to start this repo using Gitpod.io:
For local installation:
- clone
yarn
cd browser-app
yarn start ..
yarn rebuild:electron
cd electron-app
yarn start
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