File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
samples/react/.devcontainer Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
- # Note: universal image is not compatible with the devcontainer tools.
2
- # we use the typescript-node image instead here but should switch out per
3
- # project requirements. You can choose a devcontainer that's appropriate
4
- # for your sample from the list below #REMOVE_ME_AFTER_EDITING
5
1
6
- # FROM mcr.microsoft.com/devcontainers/go:1.22-bookworm
7
- # FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
8
- # FROM mcr.microsoft.com/devcontainers/php:8.3-bookworm
9
- # FROM mcr.microsoft.com/devcontainers/ruby:3.2-bookworm
10
- # FROM mcr.microsoft.com/devcontainers/java:11-bookworm
11
- # FROM mcr.microsoft.com/devcontainers/rust:1-bookworm
12
2
FROM mcr.microsoft.com/devcontainers/typescript-node:22-bookworm
You can’t perform that action at this time.
0 commit comments