Skip to content

Instantly share code, notes, and snippets.

@ptescher
Last active December 11, 2019 22:46
Show Gist options
  • Save ptescher/69e1631e298af152f43d68d069395a64 to your computer and use it in GitHub Desktop.
Save ptescher/69e1631e298af152f43d68d069395a64 to your computer and use it in GitHub Desktop.
Che Rust Plugin
apiVersion: v2
publisher: ptescher
name: rust-vscode-ext
version: 0.1.0
type: VS Code extension
displayName: Rust
title: Rust
description: Rust language server
icon: https://rust-lang.gallerycdn.vsassets.io/extensions/rust-lang/rust/0.7.0/1571145643182/Microsoft.VisualStudio.Services.Icons.Default
category: Language
spec:
containers:
- memoryLimit: 512Mi
alias: rust
image: 'rust:1.39'
command:
- 'tail'
args:
- '-f'
- '/dev/null'
extensions:
- 'vscode:extension/rust-lang.rust'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment