From d6f848f6040d3cc84e1df83756b31cd642fc905b Mon Sep 17 00:00:00 2001 From: Sumet Ketchaiyo <156219235+Ketchaiyo982@users.noreply.github.com> Date: Mon, 27 May 2024 04:48:21 +0200 Subject: [PATCH 1/2] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ad93c14 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From 0576463270ec42d7cc05f9e202a1d3567cc1e71b Mon Sep 17 00:00:00 2001 From: Sumet Ketchaiyo <156219235+Ketchaiyo982@users.noreply.github.com> Date: Mon, 27 May 2024 04:48:54 +0200 Subject: [PATCH 2/2] Revert "Create devcontainer.json" --- .devcontainer/devcontainer.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index ad93c14..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": { - } -}