Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Remove duplicate runArgs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 5, 2019
1 parent 27fc739 commit 64d805a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions containers/cpp/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
3 changes: 0 additions & 3 deletions containers/go/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
3 changes: 0 additions & 3 deletions containers/perl/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions containers/r/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion containers/rust/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
],


// Uncomment the next line if you want to publish any ports.
// "appPort": [],

Expand Down

0 comments on commit 64d805a

Please sign in to comment.