Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasu-s/vscode-remote-go
VSCode + Remote - Containers + Go
https://github.com/yasu-s/vscode-remote-go
go remote-containers vscode
Last synced: 11 days ago
JSON representation
VSCode + Remote - Containers + Go
- Host: GitHub
- URL: https://github.com/yasu-s/vscode-remote-go
- Owner: yasu-s
- License: mit
- Created: 2020-05-24T05:38:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T23:40:47.000Z (over 4 years ago)
- Last Synced: 2024-12-17T09:08:47.805Z (2 months ago)
- Topics: go, remote-containers, vscode
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-remote-go
## 概要
VSCode + Remote - Containers + Go
## 実行環境
- [Visual Studio Code](https://code.visualstudio.com/)
- [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- [Docker Desktop](https://www.docker.com/products/docker-desktop)## 動作確認
### 1. サンプルのダウンロード
```bash
git clone https://github.com/yasu-s/vscode-remote-go.git
```### 2. コンテナ起動
- Visual Studio Codeのコマンドパレットを開き、「Remote-Containers: Open Folder in Container...」を選択する。
### 3. サンプルの記号
```bash
go run main.go
```