From ea93407c3fb63ea042c692524076a8fb67826075 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 13 Nov 2023 16:07:11 -0800 Subject: [PATCH 1/2] rm deprecated extension --- .devcontainer.json | 1 - devcontainer.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 2cf9a55..91070b1 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -38,7 +38,6 @@ "ms-python.python", "jetpack-io.devbox", "redhat.vscode-yaml", - "eg2.vscode-npm-script", "esbenp.prettier-vscode", "ms-vscode.makefile-tools", "ms-azuretools.vscode-docker", diff --git a/devcontainer.json b/devcontainer.json index 2cf9a55..91070b1 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -38,7 +38,6 @@ "ms-python.python", "jetpack-io.devbox", "redhat.vscode-yaml", - "eg2.vscode-npm-script", "esbenp.prettier-vscode", "ms-vscode.makefile-tools", "ms-azuretools.vscode-docker", From 888d6845113fe7a4a561fa96fdd68b0e73a680dd Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 13 Nov 2023 16:10:46 -0800 Subject: [PATCH 2/2] add symbolic link for codespaces --- .devcontainer.json | 63 +--------------------------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) mode change 100644 => 120000 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index 91070b1..0000000 --- a/.devcontainer.json +++ /dev/null @@ -1,62 +0,0 @@ -// Reference: -// - https://containers.dev/features -// - https://containers.dev/implementors/features -// - https://code.visualstudio.com/docs/getstarted/settings -{ - // NOTE: remove `image` and uncomment `build` to build the image locally - //"build": { - // "dockerfile": "Dockerfile", - // "context": "." - //}, - "name": "pulumi", - "image": "ghcr.io/pulumi/devcontainer", - "settings": { - "terminal.integrated.shell.linux": "/usr/bin/zsh" - }, - "customizations": { - "vscode": { - "settings": [ - "go.testTags", "all", - "go.buildTags", "all", - "editor.minimap.enabled", false, - "explorer.openEditors.visible", 1, - "editor.quickSuggestionsDelay", 0, - "editor.suggestSelection", "first", - "editor.snippetSuggestions", "top", - "editor.gotoLocation.multipleReferences", "goto", - "editor.gotoLocation.multipleDefinitions", "goto", - "editor.gotoLocation.multipleDeclarations", "goto", - "editor.gotoLocation.multipleImplementations", "goto", - "editor.gotoLocation.multipleTypeDefinitions", "goto", - "files.trimTrailingWhitespace", true, - "files.trimFinalNewlines", true - ], - "extensions": [ - "golang.go", - "vscodevim.vim", - "github.copilot", - "ms-python.python", - "jetpack-io.devbox", - "redhat.vscode-yaml", - "esbenp.prettier-vscode", - "ms-vscode.makefile-tools", - "ms-azuretools.vscode-docker", - "github.vscode-pull-request-github", - "ms-vscode-remote.remote-containers", - "visualstudioexptteam.vscodeintellicode", - "bierner.markdown-preview-github-styles" - ] - } - }, - "features": { - "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": { - "version": "latest", - "installDockerBuildx": true, - "moby": false - } - }, - "postCreateCommand": "git submodule update --init --recursive", - "remoteUser": "vscode", - "runArgs": ["--network=host"] -} diff --git a/.devcontainer.json b/.devcontainer.json new file mode 120000 index 0000000..62b9558 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1 @@ +devcontainer.json \ No newline at end of file