Skip to content

Commit 39ad79b

Browse files
committed
Auto merge of #16485 - Young-Flash:minor, r=lnicola
minor: polish warning msg sorry for this 😅 ![PixPin_2024-02-04_18-33-23](https://github.com/rust-lang/rust-analyzer/assets/71162630/9aaa49d7-34f4-4c78-b91c-e85550252e25)
2 parents 0113bc9 + bec1e0f commit 39ad79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function checkConflictingExtensions() {
207207
if (vscode.extensions.getExtension("panicbit.cargo")) {
208208
vscode.window
209209
.showWarningMessage(
210-
`You have both the rust-analyzer (rust-lang.rust-analyzer) and Cargo (panicbit.cargo) plugins enabled` +
210+
`You have both the rust-analyzer (rust-lang.rust-analyzer) and Cargo (panicbit.cargo) plugins enabled, ` +
211211
'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
212212
"Got it",
213213
)

0 commit comments

Comments
 (0)