Skip to main content
Module

x/mesozoic/.devcontainer/devcontainer.json

A generic build system for Deno web apps
Go to Latest
File
// For format details, see https://aka.ms/devcontainer.json. For config options, see the// README at: https://github.com/devcontainers/templates/tree/main/src/rust{ "name": "mesozoic-dev", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye", "features": { "ghcr.io/devcontainers-contrib/features/deno:1": { "version": "1.34.1" } }, "customizations": { "vscode": { "extensions": [ "denoland.vscode-deno", "eamodio.gitlens", "GitHub.vscode-pull-request-github" ] } }}