Skip to content

Commit c91fe2d

Browse files
author
Alberto Iannaccone
authored
bump arduino-language-server to 0.5.0 (#679)
1 parent bbded57 commit c91fe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/scripts/download-ls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// - https://downloads.arduino.cc/arduino-language-server/clangd/clangd_${VERSION}_${SUFFIX}
55

66
(() => {
7-
const DEFAULT_ALS_VERSION = '0.5.0-rc6';
7+
const DEFAULT_ALS_VERSION = '0.5.0';
88
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';
99

1010
const path = require('path');

0 commit comments

Comments
 (0)