devcontainers / devcontainers/cli

Run initializeCommand for `devcontainer build`

オープン
#190 コメント 7 件 リアクション 4 件 担当者 1 名 @chrmarti が担当を希望しています GitHub で見る
feature-request
主要言語
TypeScript
スター
3k
フォーク
457
平均マージ
13時間 17分
マージ済み PR(30日)
6

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。