This is a language server which provides support for Minecraft function
(.mcfunction
) files.
To contribute to the repository, feel free to make a fork on GitHub, and open a
pull request. The recommended editor is Visual Studio Code - The required
settings are set in the settings file
To install dependencies, run npm install
.
To compile, run npm run compile
.
To test, either run the launch task Mocha Tests in vscode, or run npm test
.
Note that the Launch Task automatically compiles first.
Copyright (c) 2018 Levertion
Licensed under the MIT License.
Thanks goes to these wonderful people (emoji key):
MrYurihi 💻 |
Levertion 💻 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!