mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-11 11:19:26 +00:00
update ls to 0.6.0and clangd to 13.0.0 (#738)
This commit is contained in:
committed by
GitHub
parent
a71ac4c44d
commit
1d88263c85
@@ -17,7 +17,7 @@ export class ExecutableServiceImpl implements ExecutableService {
|
||||
}> {
|
||||
const [ls, clangd, cli, fwuploader] = await Promise.all([
|
||||
getExecPath('arduino-language-server', this.onError.bind(this)),
|
||||
getExecPath('clangd', this.onError.bind(this), undefined, true),
|
||||
getExecPath('clangd', this.onError.bind(this), undefined),
|
||||
getExecPath('arduino-cli', this.onError.bind(this)),
|
||||
getExecPath('arduino-fwuploader', this.onError.bind(this)),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user