Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```