From 45a7ead8543766d894a45623e89a3cfb1025dc49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Thu, 2 Jan 2025 05:21:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.devcontainer/devcontainer?= =?UTF-8?q?.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a768274..3205654 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,29 +1,11 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// https://gitee.com/SuperIDE/DevContainerExample { "name": "DevContainerExample", - // Base Development Container Images https://mcr.microsoft.com/en-us/product/devcontainers/base/about + "image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04", - // 如上指定image生成容器,也可以通过如下通过Dockerfile来生成容器 - // "build": { - // "dockerfile": "Dockerfile" - // } "customizations": { "vscode": { "settings": {}, - // vscode extensions "extensions": [ - // "editorconfig.editorconfig", - // "dbaeumer.vscode-eslint", - // "golang.go", - // "stylelint.vscode-stylelint", - // "DavidAnson.vscode-markdownlint", - // "Vue.volar", - // "ms-azuretools.vscode-docker", - // "vitest.explorer", - // "cweijan.vscode-database-client2", - // "GitHub.vscode-pull-request-github", - // "Azurite.azurite" ] } },