Skip to content

Commit 4facb62

Browse files
committed
minor: update warning msg
1 parent 96ebad0 commit 4facb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
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) ` +
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)