We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fed6a commit 79b4decCopy full SHA for 79b4dec
src/tools/rust-analyzer/editors/code/src/main.ts
@@ -204,14 +204,4 @@ function checkConflictingExtensions() {
204
)
205
.then(() => {}, console.error);
206
}
207
-
208
- if (vscode.extensions.getExtension("panicbit.cargo")) {
209
- vscode.window
210
- .showWarningMessage(
211
- `You have both the rust-analyzer (rust-lang.rust-analyzer) and Cargo (panicbit.cargo) plugins enabled, ` +
212
- 'you can disable it or set {"cargo.automaticCheck": false} in settings.json to avoid invoking cargo twice',
213
- "Got it",
214
- )
215
- .then(() => {}, console.error);
216
- }
217
0 commit comments