mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Auto merge of #16485 - Young-Flash:minor, r=lnicola
minor: polish warning msg sorry for this 😅 
This commit is contained in:
commit
39ad79bec5
@ -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) 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',
|
'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
|
||||||
"Got it",
|
"Got it",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user