8000 Update Theia, CLI and LS by fstasi · Pull Request #610 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Update Theia, CLI and LS #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 29, 2021
Prev Previous commit
Next Next commit
pinned Language Server to rc2
  • Loading branch information
fstasi committed Nov 25, 2021
commit a165e646876224414c4b0aafb3bd724bcccd2a6b
2 changes: 1 addition & 1 deletion arduino-ide-extension/scripts/download-ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// - https://downloads.arduino.cc/arduino-language-server/clangd/clangd_${VERSION}_${SUFFIX}

(() => {
const DEFAULT_ALS_VERSION = '0.5.0-rc1';
const DEFAULT_ALS_VERSION = '0.5.0-rc2';
const DEFAULT_CLANGD_VERSION = 'snapshot_20210124';

const path = require('path');
Expand Down
0