We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ebad0 commit 4facb62Copy full SHA for 4facb62
editors/code/src/main.ts
@@ -207,7 +207,7 @@ function checkConflictingExtensions() {
207
if (vscode.extensions.getExtension("panicbit.cargo")) {
208
vscode.window
209
.showWarningMessage(
210
- `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` +
211
'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
212
"Got it",
213
)
0 commit comments