From a94beb4355b3b74dc26e27a8806463d7842ebee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E6=B2=B3=E6=99=B4?= Date: Fri, 9 May 2025 03:50:25 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20devcontainer.json=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20tmux=20=E5=92=8C=20GitHub=20CLI=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=94=AF=E6=8C=81=EF=BC=9B=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20.gitignore=EF=BC=8C=E6=B7=BB=E5=8A=A0=20config.toml=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 11 +++++++++-- .gitignore | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 17703ed..4ba74cf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,14 @@ "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, + "features": { + "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { + "packages": [ + "tmux" + ] + }, + "ghcr.io/devcontainers/features/github-cli:1": {} + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ @@ -21,7 +28,7 @@ "jetbrains" : { "backend" : "PyCharm" } - }, + } // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" diff --git a/.gitignore b/.gitignore index 903b535..605eaf4 100644 --- a/.gitignore +++ b/.gitignore @@ -268,3 +268,5 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +config.toml