Skip to content

Commit a165e64

Browse files
committed
pinned Language Server to rc2
1 parent 5dcfd3c commit a165e64

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-rc1';
7+
const DEFAULT_ALS_VERSION = '0.5.0-rc2';
88
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';
99

1010
const path = require('path');

0 commit comments

Comments
 (0)