Skip to content

Commit 855e8ad

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 28b72a3 commit 855e8ad

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.5"
178+
"version": {
179+
"owner": "arduino",
180+
"repo": "arduino-language-server",
181+
"commitish": "e2ed6de"
182+
}
179183
},
180184
"clangd": {
181185
"version": "14.0.0"

0 commit comments

Comments
 (0)