https://github.com/luals/addon-template
A template for an Addon that can be used by the Lua Language Server
https://github.com/luals/addon-template
Last synced: 6 months ago
JSON representation
A template for an Addon that can be used by the Lua Language Server
- Host: GitHub
- URL: https://github.com/luals/addon-template
- Owner: LuaLS
- Created: 2023-02-20T04:45:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T18:51:58.000Z (about 3 years ago)
- Last Synced: 2024-12-28T14:36:58.008Z (over 1 year ago)
- Language: Lua
- Homepage: https://github.com/LuaLS/lua-language-server/wiki/Addons
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua Language Server Addon Template
This is a template for an [addon](https://github.com/LuaLS/lua-language-server/wiki/Addons) that can be used by the [Lua Language Server](https://github.com/LuaLS/lua-language-server).
## Publishing to Addon Manager
The [addon manager](https://github.com/LuaLS/lua-language-server/discussions/1965) for VS Code allows users to easily install and manage their addons. The addons are pulled from [LLS-Addons](https://github.com/LuaLS/LLS-Addons).
To add your addon to the addon manager, please read the [README for LLS-Addons](https://github.com/LuaLS/LLS-Addons#readme).