From 6dab055ca26151c9b482eb59fde9f2cd65554571 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:46:24 +0100 Subject: [PATCH] :bug: fix: FIx json error formating --- QodeAssist.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QodeAssist.json.in b/QodeAssist.json.in index f308ebe..cdadc75 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -6,7 +6,7 @@ "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd", "License" : "GPLv3", - "Description": "QodeAssist is an AI-powered coding assistant for Qt Creator. It provides intelligent code completion and suggestions for your code. Prerequisites: Requires one of the supported LLM providers installed (e.g., Ollama or LM Studio) and a compatible large language model downloaded for your chosen provider (e.g., CodeLlama, StarCoder2)." + "Description": "QodeAssist is an AI-powered coding assistant for Qt Creator. It provides intelligent code completion and suggestions for your code. Prerequisites: Requires one of the supported LLM providers installed (e.g., Ollama or LM Studio) and a compatible large language model downloaded for your chosen provider (e.g., CodeLlama, StarCoder2).", "Url" : "https://github.com/Palm1r/QodeAssist", "DocumentationUrl" : "", ${IDE_PLUGIN_DEPENDENCIES}