https://github.com/treetips/rust-remote-development-template
Rust remote development template for VSCode.
https://github.com/treetips/rust-remote-development-template
docker remote-development rust vscode
Last synced: 30 days ago
JSON representation
Rust remote development template for VSCode.
- Host: GitHub
- URL: https://github.com/treetips/rust-remote-development-template
- Owner: treetips
- Created: 2022-04-14T17:09:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T16:20:01.000Z (about 4 years ago)
- Last Synced: 2026-05-01T02:34:57.289Z (30 days ago)
- Topics: docker, remote-development, rust, vscode
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Remote Development Template
## Requirements
- macOS (Apple Silicon)
- Visual Studio Code
## Setup
### Install Hombrew
Install [homebrew](https://brew.sh/) .
### Install Hombrew Packages
```sh
brew install --cask \
visual-studio-code \
docker
```
### Install VSCode Extensions
Install [code command](https://code.visualstudio.com/docs/setup/mac) .
```sh
code --install-extension ms-vscode-remote.vscode-remote-extensionpack
```
## Usage
https://user-images.githubusercontent.com/12574048/163442724-e645f115-165f-4657-abe4-5d969c1b231a.mp4