We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcfd3c commit a165e64Copy full SHA for a165e64
arduino-ide-extension/scripts/download-ls.js
@@ -4,7 +4,7 @@
4
// - https://downloads.arduino.cc/arduino-language-server/clangd/clangd_${VERSION}_${SUFFIX}
5
6
(() => {
7
- const DEFAULT_ALS_VERSION = '0.5.0-rc1';
+ const DEFAULT_ALS_VERSION = '0.5.0-rc2';
8
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';
9
10
const path = require('path');
0 commit comments