Skip to content

Commit

Permalink
Improve devcontainer setup for M1 Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed May 12, 2023
1 parent 91d5dd1 commit 9b5f472
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@
{
"name": "Hack",
"image": "hhvm/hhvm:4.153-latest",

// Set *default* container specific settings.json values on container create.
"userEnvProbe": "loginShell",

// Add the IDs of extensions you want installed when the container is created.
"customizations": {
"vscode": {
"extensions": [
"pranayagarwal.vscode-hack"
]
],
"settings": {
"extensions.verifySignature": false
}
}
},

"mounts": [],

"remoteEnv": {},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bin/setup-devcontainer"

}
}

0 comments on commit 9b5f472

Please sign in to comment.