Skip to content

add tips about addon manager #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update addons.mdx
  • Loading branch information
KeilAwk authored Feb 6, 2024
commit f21e6b4a181f44378e76d2c1bae4b6c2f3309fac
6 changes: 6 additions & 0 deletions src/content/wiki/addons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ The addon manager is a [webview](https://code.visualstudio.com/api/extension-gui

If you have feedback on the addon manager, please leave it in the [vscode-lua repository](https://github.com/LuaLS/vscode-lua) <Icon name="heart" group="solid" color="red"/>.

To publish your own addon to addon manager,you can refer this [Github Disscussion #2408](https://github.com/LuaLS/lua-language-server/discussions/2408)

<Remark type="note">
Because the addons manager's online addons service is based on the git repository on Github, if you can't use the online addons service (Github fetch failure), check your network has access to Github.
</Remark>

## Creating an Addon

To create an addon, you will want to first create a directory where all your files will live. If you intend to [publish your addon](https://github.com/LuaLS/LLS-Addons/blob/main/CONTRIBUTING.md#adding-an-addon) to [LLS-Addons][LLS-Addons], you will also want a remote repository where people can access it. Both GitHub and GitLab have been confirmed to work, although any service that provides Git cloning over HTTP should work.
Expand Down