From 64d805a70776e1b88a6bb7a8f29b9a4404d7dad9 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Mon, 5 Aug 2019 14:55:19 -0700 Subject: [PATCH] Remove duplicate runArgs comment --- containers/cpp/.devcontainer/devcontainer.json | 3 --- containers/go/.devcontainer/devcontainer.json | 3 --- containers/perl/.devcontainer/devcontainer.json | 3 --- containers/r/.devcontainer/devcontainer.json | 3 --- containers/rust/.devcontainer/devcontainer.json | 1 - 5 files changed, 13 deletions(-) diff --git a/containers/cpp/.devcontainer/devcontainer.json b/containers/cpp/.devcontainer/devcontainer.json index 2a7f333aee..1c317bea6f 100644 --- a/containers/cpp/.devcontainer/devcontainer.json +++ b/containers/cpp/.devcontainer/devcontainer.json @@ -17,9 +17,6 @@ // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "gcc -v", - // Uncomment the next line to use a non-root user. See https://aka.ms/vscode-remote/containers/non-root-user. - // "runArgs": [ "-u", "1000" ], - "extensions": [ "ms-vscode.cpptools" ] diff --git a/containers/go/.devcontainer/devcontainer.json b/containers/go/.devcontainer/devcontainer.json index d6f378f987..ebaada8eb0 100644 --- a/containers/go/.devcontainer/devcontainer.json +++ b/containers/go/.devcontainer/devcontainer.json @@ -14,9 +14,6 @@ // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "go version", - // Uncomment the next line to use a non-root user. See https://aka.ms/vscode-remote/containers/non-root-user. - // "runArgs": [ "-u", "1000" ], - "extensions": [ "ms-vscode.go" ], diff --git a/containers/perl/.devcontainer/devcontainer.json b/containers/perl/.devcontainer/devcontainer.json index 254da5fa33..be896fa925 100644 --- a/containers/perl/.devcontainer/devcontainer.json +++ b/containers/perl/.devcontainer/devcontainer.json @@ -17,9 +17,6 @@ // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "perl -v", - // Uncomment the next line to use a non-root user. See https://aka.ms/vscode-remote/containers/non-root-user. - // "runArgs": [ "-u", "1000" ], - "extensions": [ "mortenhenriksen.perl-debug", "d9705996.perl-toolbox" diff --git a/containers/r/.devcontainer/devcontainer.json b/containers/r/.devcontainer/devcontainer.json index 2511352379..dff0a2153f 100644 --- a/containers/r/.devcontainer/devcontainer.json +++ b/containers/r/.devcontainer/devcontainer.json @@ -17,9 +17,6 @@ // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "R --version", - // Uncomment the next line to use a non-root user. See https://aka.ms/vscode-remote/containers/non-root-user. - // "runArgs": [ "-u", "1000" ], - "extensions": [ "ikuyadeu.r", "mikhail-arkhipov.r" diff --git a/containers/rust/.devcontainer/devcontainer.json b/containers/rust/.devcontainer/devcontainer.json index d78ddb62b3..d380c4be30 100644 --- a/containers/rust/.devcontainer/devcontainer.json +++ b/containers/rust/.devcontainer/devcontainer.json @@ -8,7 +8,6 @@ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], - // Uncomment the next line if you want to publish any ports. // "appPort": [],