Skip to content

Commit

Permalink
Merge pull request #423 from MindfulAI-Copilots-Bots/FabianaCampanari…
Browse files Browse the repository at this point in the history
…-patch-1

 devcontainer.json
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents 13dc503 + 9463c52 commit f1de20f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Renovate",
"build": {
"dockerfile": "Dockerfile"
},
"init": true,
"hostRequirements": {
"cpus": 4,
"memory": "7gb",
"storage": "32gb"
},
"customizations": {
"vscode": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
}
},
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"orta.vscode-jest",
"editorconfig.editorconfig",
"github.vscode-github-actions"
]
}
},
"postCreateCommand": [".devcontainer/post-create.sh"],
// Otherwise jest watcher fails because deps were not installed yet
"waitFor": "postCreateCommand"
}

# Remote Shell Added
"ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {}

0 comments on commit f1de20f

Please sign in to comment.