From e708a4c47c80a2d88bcdbd1ff0f6f967da142253 Mon Sep 17 00:00:00 2001 From: Nick Liffen Date: Mon, 6 Dec 2021 15:53:22 +0000 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5c9636e..d2e1bfe 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,19 +1,19 @@ { - "name": "nickliffen/gssar", - "image": "ghcr.io/nickliffen/csenv:main", - "settings": {}, - "extensions": [ - "dbaeumer.vscode-eslint", - "hookyqr.beautify", - "naumovs.color-highlight", - "redhat.vscode-yaml", - "vscode-icons-team.vscode-icons", - "wayou.vscode-todo-highlight", - "esbenp.prettier-vscode", - "ms-vscode.vscode-typescript-next", - "github.copilot", - "donjayamanne.githistory", - "nixon.env-cmd-file-syntax" - ], - "remoteUser": "node" -} + "name": "nickliffen/ghas-enablement", + "image": "ghcr.io/nickliffen/csenv:main", + "settings": {}, + "extensions": [ + "dbaeumer.vscode-eslint", + "hookyqr.beautify", + "naumovs.color-highlight", + "redhat.vscode-yaml", + "vscode-icons-team.vscode-icons", + "wayou.vscode-todo-highlight", + "esbenp.prettier-vscode", + "ms-vscode.vscode-typescript-next", + "github.copilot", + "donjayamanne.githistory", + "nixon.env-cmd-file-syntax" + ], + "remoteUser": "root" + }