Skip to content

Commit 83d078c

Browse files
committed
chore(typescript-node): update readme/IDE settings
1 parent 72f42c9 commit 83d078c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["ms-vscode-remote.remote-containers"]
2+
"recommendations": ["ms-vscode-remote.remote-containers", "ms-azuretools.vscode-docker"]
33
}

source/typescript-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Opinionated `Dockerfile` for Node.js and TypeScript development. This image incl
1313
- `Oh My Zsh!` common plugins like `z`, `zsh-completions`, `zsh-autosuggestions` and `zsh-syntax-highlighting` are included for a better shell experience.
1414
- Non-root user (`nonroot`) with limited permissions for improved security.
1515

16-
| Option | Description | Type | Default Value |
17-
|-----------|-------------|------|---------------|
16+
| Argument | Description | Type | Default Value |
17+
|----------|-------------|------|---------------|
1818
| VARIANT | The image variant to use. See [supported tags](https://hub.docker.com/_/node) | `string` | `22-bookworm-slim` |
1919

2020
## Using this image

0 commit comments

Comments
 (0)