Skip to content

Commit

Permalink
Clean up superfluid target line in devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 8, 2021
1 parent b2d79b4 commit 81a9916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"build": {
"target": "develop"
//"target": "build"
"target": "develop"
},

// Set *default* container specific settings.json values on container create.
Expand All @@ -35,7 +34,7 @@
// "postCreateCommand": "apt-get update && apt-get install -y git",

"runArgs": [
"--network=scinet" ,
"--network=scinet",
],
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
Expand Down

0 comments on commit 81a9916

Please sign in to comment.