Skip to content

Commit

Permalink
🔧 Update devcontainer.json #14
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed May 1, 2023
1 parent d4e155b commit 2b2734a
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,30 @@
"build": {
"dockerfile": "../Dockerfile"
},
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"eamodio.gitlens",
"bungcip.better-toml",
"ms-azuretools.vscode-docker",
"zhuangtongfa.material-theme",
"redhat.vscode-yaml",
"GitHub.copilot",
"znck.grammarly"
]
"customizations": {
"codespaces": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"eamodio.gitlens",
"bungcip.better-toml",
"ms-azuretools.vscode-docker",
"zhuangtongfa.material-theme",
"redhat.vscode-yaml",
"GitHub.copilot"
]
},
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"eamodio.gitlens",
"bungcip.better-toml",
"ms-azuretools.vscode-docker",
"zhuangtongfa.material-theme",
"redhat.vscode-yaml",
"GitHub.copilot"
]
}
}
}

0 comments on commit 2b2734a

Please sign in to comment.