mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
feat: Change VSCode extension publisher to rust-lang
This commit is contained in:
parent
d57beac7e6
commit
e47f4597d4
5 changed files with 7 additions and 7 deletions
|
@ -287,7 +287,7 @@ async function isNixOs(): Promise<boolean> {
|
|||
function warnAboutExtensionConflicts() {
|
||||
if (vscode.extensions.getExtension("rust-lang.rust")) {
|
||||
vscode.window.showWarningMessage(
|
||||
`You have both the rust-analyzer (matklad.rust-analyzer) and Rust (rust-lang.rust) ` +
|
||||
`You have both the rust-analyzer (rust-lang.rust-analyzer) and Rust (rust-lang.rust) ` +
|
||||
"plugins enabled. These are known to conflict and cause various functions of " +
|
||||
"both plugins to not work correctly. You should disable one of them.", "Got it")
|
||||
.then(() => { }, console.error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue