Skip to content

Commit 41df290

Browse files
authored
Update Vale to 1.0.5 (#59)
Updated Vale to 1.0.5 ## Checklist - [x] I have run `npm run all` to validate my changes - [x] I have made sure my commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) - [x] I have read and I agree with the [Qt Creator Extensions Store Publisher Terms](https://github.com/qt-creator/extension-registry/blob/main/documentation/publisher-terms.pdf)
2 parents 5f93325 + f8e7c29 commit 41df290

1 file changed

Lines changed: 41 additions & 1 deletion

File tree

registry/theqtcompany.vale/extension.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,46 @@
1515
},
1616
"latest": "0.7.0",
1717
"versions": {
18+
"1.0.5": {
19+
"sources": [
20+
{
21+
"url": "https://github.com/qt-creator/plugin-vale-languageserver/releases/download/v1.0.5/ValeLS.zip",
22+
"sha256": "4d8d5cc26c01ad53d0b8f30072a88934964a7b7856c3c51240106341b6b7e8cf"
23+
}
24+
],
25+
"metadata": {
26+
"Id": "vale",
27+
"Url": "https://www.qt.io",
28+
"Name": "Vale Language Server",
29+
"Tags": [
30+
"language server",
31+
"Vale",
32+
"ValeLS",
33+
"Qt"
34+
],
35+
"Vendor": "The Qt Company",
36+
"License": "GPL",
37+
"Version": "1.0.5",
38+
"Category": "Language Server",
39+
"VendorId": "theqtcompany",
40+
"Copyright": "(C) The Qt Company 2024",
41+
"Type": "Script",
42+
"Languages": [
43+
"en",
44+
"de"
45+
],
46+
"Description": "Provides an integration of the Vale language server",
47+
"Dependencies": [
48+
{
49+
"Id": "lualanguageclient",
50+
"Version": "15.0.0"
51+
}
52+
],
53+
"Experimental": true,
54+
"CompatVersion": "1.0.0",
55+
"DisabledByDefault": false
56+
}
57+
},
1858
"1.0.4": {
1959
"sources": [
2060
{
@@ -216,4 +256,4 @@
216256
}
217257
}
218258
}
219-
}
259+
}

0 commit comments

Comments
 (0)