Fix broken devcontainer due to deleted repo (#698)

This commit is contained in:
Andy Fowler
2025-06-29 23:56:27 -04:00
committed by GitHub
parent 48f6d849e6
commit e8004fd711
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-llama": patch
---
Fix: broken devcontainer due to deleted repo
@@ -1,8 +1,8 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:dev-20-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {},
"ghcr.io/devcontainers-contrib/features/typescript:2": {},
"ghcr.io/devcontainers-community/npm-features/typescript:1": {},
"ghcr.io/devcontainers-extra/features/turborepo-npm:1": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11",
"toolsToInstall": ["flake8", "black", "mypy", "poetry"]