minor: update warning msg
This commit is contained in:
parent
96ebad0409
commit
4facb6253e
@ -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) ` +
|
||||
`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 New Issue
Block a user