bump arduino-language-server to 0.5.0 (#679)

This commit is contained in:
Alberto Iannaccone 2021-12-13 10:55:50 +01:00 committed by GitHub
parent bbded57ae4
commit c91fe2d775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
// - https://downloads.arduino.cc/arduino-language-server/clangd/clangd_${VERSION}_${SUFFIX} // - https://downloads.arduino.cc/arduino-language-server/clangd/clangd_${VERSION}_${SUFFIX}
(() => { (() => {
const DEFAULT_ALS_VERSION = '0.5.0-rc6'; const DEFAULT_ALS_VERSION = '0.5.0';
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124'; const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';
const path = require('path'); const path = require('path');