Skip to content

Commit f652d3a

Browse files
committed
fix(rust-analyzer): update extension id
1 parent 3b331d6 commit f652d3a

File tree

4 files changed

+700
-768
lines changed

4 files changed

+700
-768
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,38 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2023-09-12
10+
11+
### Changed
12+
13+
- Updated Rust Analyzer Extension ID
14+
915
## [1.1.0] - 2021-04-21
16+
1017
### Added
18+
1119
- CodeLLDB extension as debugger
1220

1321
## [1.0.3] - 2021-03-28
22+
1423
### Changed
24+
1525
- Updated logo and README
1626

1727
## [1.0.2] - 2021-03-28
28+
1829
### Changed
30+
1931
- Updated logo and keywords
2032

2133
## [1.0.1] - 2021-03-27
34+
2235
### Changed
36+
2337
- Renamed GitHub repository
2438

2539
## [1.0.0] - 2021-03-27
40+
2641
### Added
42+
2743
- Initial release

README.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,42 @@
11
# Rust Extension Pack
22

33
Rust Extension Pack is a collection of extensions that can help write, test and debug
4-
[Rust](https://www.rust-lang.org) applications in Visual Studio Code.
4+
[Rust](https://www.rust-lang.org) applications in Visual Studio Code.
55

66
## Included extensions
7+
78
By installing Rust Extension Pack, the following extensions are installed:
8-
* [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer)
9-
* Inofficial Rust Language Server (RLS) 2.0
10-
* Code completion
11-
* Imports insertion
12-
* Semantic syntax highlighting
13-
* [📦 crates](https://github.com/serayuzgur/crates)
14-
* Display the latest version of the crate next to it
15-
* Show all versions (clickable) on the tooltip of the crate hovered.
16-
* [📦 Even Better TOML](https://github.com/tamasfe/taplo)
17-
* TOML 1.0.0 support
18-
* Syntax highlighting
19-
* Validation
20-
* Formatting
21-
* [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer)
22-
* Open your rust docs and view them in another tab on VS Code
23-
* [📦 Cargo](https://github.com/panicbit/vscode-cargo)
24-
* Check your code using cargo check
25-
* Commands to add and remove dependencies
26-
* [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter)
27-
* View and run your Rust tests from the VS Code sidebar
28-
* [📦 CodeLLDB](https://github.com/vadimcn/vscode-lldb)
29-
* LLDB based debugger for Linux (x86 or ARM), MacOS (x86 or ARM ) and Windows (x86 only)
30-
* Conditional breakpoints, function breakpoints, data breakpoints, logpoints
31-
* Rust language support with built-in visualizars for vectors, strings and other standard types
9+
10+
- [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer)
11+
- Official Rust Language Server (RLS) 2.0
12+
- Code completion
13+
- Imports insertion
14+
- Semantic syntax highlighting
15+
- [📦 crates](https://github.com/serayuzgur/crates)
16+
- Display the latest version of the crate next to it
17+
- Show all versions (clickable) on the tooltip of the crate hovered.
18+
- [📦 Even Better TOML](https://github.com/tamasfe/taplo)
19+
- TOML 1.0.0 support
20+
- Syntax highlighting
21+
- Validation
22+
- Formatting
23+
- [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer)
24+
- Open your rust docs and view them in another tab on VS Code
25+
- [📦 Cargo](https://github.com/panicbit/vscode-cargo)
26+
- Check your code using cargo check
27+
- Commands to add and remove dependencies
28+
- [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter)
29+
- View and run your Rust tests from the VS Code sidebar
30+
- [📦 CodeLLDB](https://github.com/vadimcn/vscode-lldb)
31+
- LLDB based debugger for Linux (x86 or ARM), MacOS (x86 or ARM ) and Windows (x86 only)
32+
- Conditional breakpoints, function breakpoints, data breakpoints, logpoints
33+
- Rust language support with built-in visualizars for vectors, strings and other standard types
3234

3335
## Contributing
36+
3437
Do you have questions about this project, there is a great extension which should be part of this extension pack or
3538
you want to contribute in other ways, feel free to open an [issue](https://github.com/Zerotask/vscode-rust-extension-pack/issues/new).
3639

3740
## License
41+
3842
This project is [MIT licensed](https://github.com/Zerotask/vscode-rust-extension-pack/blob/main/LICENSE).

0 commit comments

Comments
 (0)