Last active
December 10, 2020 12:28
-
-
Save sunix/eb86fdf6802afbfb4de059ed19f08d37 to your computer and use it in GitHub Desktop.
vscode-rust v0.7.8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: rust-lang | |
name: rust | |
version: 0.7.8 | |
type: VS Code extension | |
displayName: Rust | |
title: Rust | |
description: >- | |
Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and | |
navigation, formatting and more. | |
icon: /v3/images/rust-lang-rust-icon.png | |
category: Programming Languages | |
repository: 'https://github.com/rust-lang/rls-vscode' | |
firstPublicationDate: '2020-05-13' | |
spec: | |
containers: | |
- image: 'quay.io/eclipse/che-plugin-sidecar:rust-52f9e9a' | |
name: vscode-rust | |
memoryLimit: 1024Mi | |
extensions: | |
- 'https://github.com/rust-lang/vscode-rust/releases/download/v0.7.8/rust.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment