devcontainers / devcontainers/cli

Run initializeCommand for `devcontainer build`

Đang mở
#190 7 bình luận 4 reaction 1 người được giao Được @chrmarti nhận Xem trên GitHub
feature-request
Ngôn ngữ chính
TypeScript
Star
3k
Fork
457
Merge trung bình
13 giờ 17 phút
Pull request đã merge (30 ngày)
6

Mô tả

### When
```sh
$ devcontainer build --workspace-folder .
```

### Expected
By default, things like `initialcommand` are called.

### Actual
Things like `initialcommand` are not called.

### Feat
All default things vscode devcontainer does, like `xxxcommand` , extensions, cwd...

```sh
$ ls .devcontainer/devcontainer.json
.devcontainer/devcontainer.json
$ devcontainer vscode build
Run initialcommand
...
Start: Run: docker build
Step 1: FROM
Step 2: RUN xxx
Step 3: RUN xxx
...
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.