devcontainers / devcontainers/cli
Run initializeCommand for `devcontainer build`
Abierto
feature-request
- Lenguaje dominante
- TypeScript
- Estrellas
- 3k
- Forks
- 457
- Merge medio
- 13 h 17 min
- PR fusionados (30 d)
- 6
Descripción
### 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
...
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.