Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4711c93

Browse files
committedDec 9, 2021
updating LS
1 parent 7cdd937 commit 4711c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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-rc2';
7+
const DEFAULT_ALS_VERSION = '0.5.0-rc6';
88
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';
99

1010
const path = require('path');

0 commit comments

Comments
 (0)
Please sign in to comment.