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")) {
|
if (vscode.extensions.getExtension("panicbit.cargo")) {
|
||||||
vscode.window
|
vscode.window
|
||||||
.showWarningMessage(
|
.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',
|
'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
|
||||||
"Got it",
|
"Got it",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user