Skip to content

Commit

Permalink
Add .devcontainer configuration for officegen-api and python-api envi…
Browse files Browse the repository at this point in the history
…ronments
  • Loading branch information
HlexNC authored Apr 3, 2024
1 parent 037a29c commit 2f9a6e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Node.js Environment",
"dockerComposeFile": "docker-compose.yml",
"service": "officegen-api",
"workspaceFolder": "/workspace/officegen-api",
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"github.vscode-github-actions",
"mhutchie.git-graph"
]
}
}
}

0 comments on commit 2f9a6e5

Please sign in to comment.