Skip to content

Commit

Permalink
docs: updated logo and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerotask committed Mar 28, 2021
1 parent 8ebc421 commit 58dcd05
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to the "rust-extension-pack" extension pack will be document

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.0.0] 2021-03-27
## [1.0.3] 2021-03-28
- Updated logo and README

## [1.0.2] 2021-03-28
- Updated logo and keywords

## [1.0.1] 2021-03-27
- Renamed GitHub repository

## [1.0.0] 2021-03-27
- Initial release
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
# Rust Extension Pack

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

## Included extensions
By installing Rust Extension Pack, the following extensions are installed:
* [Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer)
* [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer)
* Inofficial Rust Language Server (RLS) 2.0
* Code completion
* Imports insertion
* Semantic syntax highlighting
* [crates](https://github.com/serayuzgur/crates)
* [📦 crates](https://github.com/serayuzgur/crates)
* Display the latest version of the crate next to it
* Show all versions (clickable) on the tooltip of the crate hovered.
* [Even Better TOML](https://github.com/tamasfe/taplo)
* [📦 Even Better TOML](https://github.com/tamasfe/taplo)
* TOML 1.0.0 support
* Syntax highlighting
* Validation
* Formatting
* [Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer)
* [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer)
* Open your rust docs and view them in another tab on VS Code
* [Cargo](https://github.com/panicbit/vscode-cargo)
* [📦 Cargo](https://github.com/panicbit/vscode-cargo)
* Check your code using cargo check
* Commands to add and remove dependencies
* [Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter)
* View and run your Rust tests from the VS Code sidebar
* [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter)
* View and run your Rust tests from the VS Code sidebar

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

## License
This project is [MIT licensed](https://github.com/Zerotask/vscode-rust-extension-pack/blob/main/LICENSE).
Binary file added logo.kra
Binary file not shown.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"crate",
"toml"
],
"version": "1.0.2",
"version": "1.0.3",
"publisher": "Zerotaskx",
"engines": {
"vscode": "^1.50.0"
Expand Down

0 comments on commit 58dcd05

Please sign in to comment.