Skip to content

Commit b012ab1

Browse files
author
Akos Kitta
committed
fix: LS version to be compatible with 1.0 CLI
Signed-off-by: Akos Kitta <[email protected]>
1 parent f1d646f commit b012ab1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arduino-ide-extension/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@
175175
"version": "2.4.1"
176176
},
177177
"arduino-language-server": {
178-
"version": "0.7.6"
178+
"version": {
179+
"owner": "arduino",
180+
"repo": "arduino-language-server",
181+
"commitish": "91c2ba8"
182+
}
179183
},
180184
"clangd": {
181185
"version": "14.0.0"

0 commit comments

Comments
 (0)