mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +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);
|
||||
}
|
||||
|
||||
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…
Reference in a new issue