From 1121cb1320629942409f2374371a884b86cc4548 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Fri, 15 Dec 2023 11:12:44 -0800 Subject: [PATCH 1/7] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec953e1..08d211e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,5 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": "echo test" + "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt" } From 45b031ac655985ff44a5525b43c0ba11ec737818 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Fri, 15 Dec 2023 11:41:10 -0800 Subject: [PATCH 2/7] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08d211e..097501c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,5 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt" + "postAttachCommand": ["echo", "test", ">> /workspaces/codespaces/text.txt"] } From 908f9920be485ff52adb3d623eac3c1dfcf89dc5 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Fri, 15 Dec 2023 11:54:13 -0800 Subject: [PATCH 3/7] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 097501c..41497bb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,8 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": ["echo", "test", ">> /workspaces/codespaces/text.txt"] + "postAttachCommand": { + "echo1": "echo test1 >> /workspaces/codespaces/text.txt", + "echo2": "echo test2 >> /workspaces/codespaces/text.txt" + } } From c3be7cb7e3a5a5aa6404f11539639f61e5861532 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Tue, 19 Dec 2023 13:21:24 -0800 Subject: [PATCH 4/7] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 41497bb..08d211e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,8 +3,5 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": { - "echo1": "echo test1 >> /workspaces/codespaces/text.txt", - "echo2": "echo test2 >> /workspaces/codespaces/text.txt" - } + "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt" } From 7e6c1bf2273164c2675e1d275876733f485a9a36 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Mon, 8 Jan 2024 13:11:16 -0800 Subject: [PATCH 5/7] Add permissions for extension --- .devcontainer/devcontainer.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08d211e..14d845c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,17 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt" + "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt", + "customizations": { + "codespaces": { + "repositories": { + "github/gh-actions-importer": { + "permissions": { + "contents": "read", + "packages": "read" + } + } + } + } + } } From 5154c3c3a8d12eb06d210c361358228cc3148b3f Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Mon, 8 Jan 2024 13:13:08 -0800 Subject: [PATCH 6/7] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 14d845c..0145f99 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "customizations": { "codespaces": { "repositories": { - "github/gh-actions-importer": { + "github/gh-net": { "permissions": { "contents": "read", "packages": "read" From 05c6286852470f1eda99d77e53c5c55b6ac84a0c Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Mon, 19 Aug 2024 15:02:57 -0700 Subject: [PATCH 7/7] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0145f99..6f2c508 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": "echo test >> /workspaces/codespaces/text.txt", + "postAttachCommand": "echo test >> /workspaces/codespaces/test.txt", "customizations": { "codespaces": { "repositories": {