mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
Merge branch 'master' into sync-from-rust
This commit is contained in:
commit
4efdb470e9
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function checkConflictingExtensions() {
|
|||
if (vscode.extensions.getExtension("panicbit.cargo")) {
|
||||
vscode.window
|
||||
.showWarningMessage(
|
||||
`You have both the rust-analyzer (rust-lang.rust-analyzer) and Cargo (panicbit.cargo) plugins enabled` +
|
||||
`You have both the rust-analyzer (rust-lang.rust-analyzer) and Cargo (panicbit.cargo) plugins enabled, ` +
|
||||
'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
|
||||
"Got it",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue