Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 3f54496

Browse files
committed
Add deprecation notice to README and title
1 parent a93456c commit 3f54496

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Rust support for Visual Studio Code
1+
# Rust support for Visual Studio Code (deprecated)
22

33
[![](https://vsmarketplacebadge.apphb.com/version/rust-lang.rust.svg)](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)
44
[![VSCode + Node.js CI](https://img.shields.io/github/workflow/status/rust-lang/rls-vscode/VSCode%20+%20Node.js%20CI.svg?logo=github)](https://github.com/rust-lang/rls-vscode/actions?query=workflow%3A%22VSCode+%2B+Node.js+CI%22)
55

6+
> Note: This extension has been deprecated in favor of the [rust-analyzer project](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
7+
68
Adds language support for Rust to Visual Studio Code. Supports:
79

810
* code completion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rust",
3-
"displayName": "Rust",
3+
"displayName": "Rust (deprecated)",
44
"description": "Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and navigation, formatting and more.",
55
"version": "0.7.8",
66
"publisher": "rust-lang",

0 commit comments

Comments
 (0)