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.
2 parents ec3f7b5 + 39ad79b commit 4efdb47Copy full SHA for 4efdb47
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) plugins enabled` +
+ `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