From 253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 5 Jan 2023 16:09:53 -0500 Subject: Added debugger and build to plugin list. --- manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 71143d1..feac449 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,13 @@ "id": "bracketmatch", "mod_version": "3" }, + { + "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "build", + "mod_version": "3" + }, { "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", "version": "0.1", @@ -105,6 +112,13 @@ "id": "datetimestamps", "mod_version": "3" }, + { + "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "debugger", + "mod_version": "3" + }, { "description": "Adds the current workspace and file to your Discord Rich Presence", "version": "0.1", -- cgit v1.2.3