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/microsoft/vscode-dev-containers/tree/v0.205.1/containers/deno{ "name": "mesozoic-dev", "build": { "dockerfile": "Dockerfile", // Update 'VARIANT' to pick an Debian OS version: bullseye, buster "args": { "VARIANT": "bullseye" } }, // This will install the vscode-deno extension "customizations": { "vscode": { "extensions": [ "denoland.vscode-deno", "eamodio.gitlens", "GitHub.vscode-pull-request-github" ] } }, "remoteUser": "vscode"}