diff --git a/registry/theqtcompany.vale/extension.json b/registry/theqtcompany.vale/extension.json index d76b7c0..269b11a 100644 --- a/registry/theqtcompany.vale/extension.json +++ b/registry/theqtcompany.vale/extension.json @@ -15,6 +15,46 @@ }, "latest": "0.7.0", "versions": { + "1.0.5": { + "sources": [ + { + "url": "https://github.com/qt-creator/plugin-vale-languageserver/releases/download/v1.0.5/ValeLS.zip", + "sha256": "4d8d5cc26c01ad53d0b8f30072a88934964a7b7856c3c51240106341b6b7e8cf" + } + ], + "metadata": { + "Id": "vale", + "Url": "https://www.qt.io", + "Name": "Vale Language Server", + "Tags": [ + "language server", + "Vale", + "ValeLS", + "Qt" + ], + "Vendor": "The Qt Company", + "License": "GPL", + "Version": "1.0.5", + "Category": "Language Server", + "VendorId": "theqtcompany", + "Copyright": "(C) The Qt Company 2024", + "Type": "Script", + "Languages": [ + "en", + "de" + ], + "Description": "Provides an integration of the Vale language server", + "Dependencies": [ + { + "Id": "lualanguageclient", + "Version": "15.0.0" + } + ], + "Experimental": true, + "CompatVersion": "1.0.0", + "DisabledByDefault": false + } + }, "1.0.4": { "sources": [ { @@ -216,4 +256,4 @@ } } } -} \ No newline at end of file +}