microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/1873-devcontainer

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/Devcontainer/valid-config.json

6lines · modecode

1{
2 "features": {
3 "ghcr.io/devcontainers/features/node:1": { "version": "24" },
4 "ghcr.io/devcontainers/features/python:1": { "version": "3.11" }
5 }
6}
7