diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-22 13:50:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 13:50:33 -0500 |
commit | af6e0c5d89baecef47f38cedc0f742f6cfa6beaa (patch) | |
tree | 11039a83ec4bdb6a0066401bfc515ee9d7433b93 | |
parent | 2515e80d938e09d4e44ea8cf80f6b311c769a0d8 (diff) | |
download | lite-xl-plugins-af6e0c5d89baecef47f38cedc0f742f6cfa6beaa.tar.gz lite-xl-plugins-af6e0c5d89baecef47f38cedc0f742f6cfa6beaa.zip |
Update manifest.json
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index a08dd1c..d71adf5 100644 --- a/manifest.json +++ b/manifest.json @@ -114,7 +114,7 @@ "mod_version": "3" }, { - "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal.", + "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL.", "version": "0.1", "path": "plugins/lite-debugger.lua", "id": "lite-debugger", |