From a080b992cee5ede95b6f862dcad64cf28a7b1a92 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Thu, 25 Jul 2024 01:37:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0devcontainer?= =?UTF-8?q?=E7=9A=84readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/readme.md b/.devcontainer/readme.md index c6030d8..7cc7adf 100644 --- a/.devcontainer/readme.md +++ b/.devcontainer/readme.md @@ -1,16 +1,16 @@ # Dev Container -这是Bun + Node.js的开发容器,基于`mcr.microsoft.com/devcontainers/typescript-node:20`镜像 +这是 Bun + Node.js 的开发容器,基于`mcr.microsoft.com/devcontainers/typescript-node:20`镜像 -在宿主机上设置`.gitconfig`文件,以及`.ssh`文件夹,以便容器可以访问git仓库。 +在宿主机上设置`.gitconfig`文件,以及`.ssh`文件夹,以便容器可以访问 git 仓库。 > 详见[官方文档](https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials) # 资源 -[devcontainer.json字段定义](https://containers.dev/implementors/json_reference/) +[devcontainer.json 字段定义](https://containers.dev/implementors/json_reference/) -[devcontainer官方文档](https://code.visualstudio.com/docs/remote/containers) +[devcontainer 官方文档](https://code.visualstudio.com/docs/remote/containers) [images](https://github.com/devcontainers/images)