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

Commit fac673d

Browse files
authored
Merge pull request #969 from ehuss/last-version
Bump version in preparation for the last release.
2 parents 8dbe67d + 772027e commit fac673d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
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).
6+
----
7+
8+
> **Warning**
9+
> # This extension is no longer maintained.
10+
> This has been replaced by the [**rust-analyzer extension**](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
11+
12+
-----
713

814
Adds language support for Rust to Visual Studio Code. Supports:
915

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rust",
33
"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.",
5-
"version": "0.7.8",
5+
"version": "0.7.9",
66
"publisher": "rust-lang",
77
"icon": "icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)