We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0113bc9 + bec1e0f commit 39ad79bCopy full SHA for 39ad79b
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