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": "Deno", "build": { "dockerfile": "Dockerfile", // Update 'VARIANT' to pick an Debian OS version: bullseye, buster "args": { "VARIANT": "bullseye" } }, // This will install the vscode-deno extension "extensions": ["denoland.vscode-deno", "eamodio.gitlens"], "remoteUser": "vscode"}