mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
remove panicbit.cargo extension warning
This commit is contained in:
parent
327372466e
commit
792155e790
1 changed files with 0 additions and 10 deletions
|
@ -204,14 +204,4 @@ function checkConflictingExtensions() {
|
||||||
)
|
)
|
||||||
.then(() => {}, console.error);
|
.then(() => {}, console.error);
|
||||||
}
|
}
|
||||||
|
|
||||||
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 can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
|
|
||||||
"Got it",
|
|
||||||
)
|
|
||||||
.then(() => {}, console.error);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue