This is a web-based playground hosting the language server in a web worker connected to an instance of the Monaco editor. You can try it at https://actions.github.com/languageservices.
Even though the package is part of the npm
workspace, it needs its dependencies to be installed locally in order to run webpack-dev-server
. To do so, run:
npm i --workspaces=false
then
npm start
to build and serve the app at localhost:8080
.
See CONTRIBUTING.md at the root of the repository for general guidelines and recommendations.
If you do want to contribute, please run prettier to format your code before submitting your PR.
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.