Skip to content

Commit 0fa4e31

Browse files
authored
add: remark about addon manager connectivity (#25)
1 parent a794fee commit 0fa4e31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/wiki/addons.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ The addon manager is a [webview](https://code.visualstudio.com/api/extension-gui
9292

9393
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"/>.
9494

95+
96+
<Remark type="note">
97+
The addon manager uses Git to retrieve addons, make sure you have access to GitHub if you receive failures to fetch.
98+
</Remark>
99+
95100
## Creating an Addon
96101

97102
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.

0 commit comments

Comments
 (0)