mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-08 13:16:33 +00:00
Updated clangd to version 9.0.0
This commit is contained in:
parent
08f127711f
commit
f07441a7fc
@ -6,7 +6,7 @@
|
|||||||
(() => {
|
(() => {
|
||||||
|
|
||||||
const DEFAULT_ALS_VERSION = 'nightly';
|
const DEFAULT_ALS_VERSION = 'nightly';
|
||||||
const DEFAULT_CLANGD_VERSION = '8.0.1';
|
const DEFAULT_CLANGD_VERSION = '9.0.0';
|
||||||
|
|
||||||
const os = require('os');
|
const os = require('os');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
@ -23,7 +23,7 @@
|
|||||||
.option('clangd-version', {
|
.option('clangd-version', {
|
||||||
alias: 'cv',
|
alias: 'cv',
|
||||||
default: DEFAULT_CLANGD_VERSION,
|
default: DEFAULT_CLANGD_VERSION,
|
||||||
choices: ['8.0.1'],
|
choices: ['8.0.1', '9.0.0'],
|
||||||
describe: `The version of 'clangd' to download. Defaults to ${DEFAULT_CLANGD_VERSION}.`
|
describe: `The version of 'clangd' to download. Defaults to ${DEFAULT_CLANGD_VERSION}.`
|
||||||
})
|
})
|
||||||
.option('force-download', {
|
.option('force-download', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user