Skip to content

Commit

Permalink
Merge pull request #95 from ayuina/devcontainer
Browse files Browse the repository at this point in the history
5章 企業内向けChatと社内文書検索 用の Dev Container を追加
  • Loading branch information
marumaru1019 committed Dec 18, 2023
2 parents f89ad08 + d20cf00 commit 2cc3c42
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 5.internal-document-search/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "internal document search",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/azure/azure-dev/azd:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-bicep",
"ms-python.python",
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}
}

0 comments on commit 2cc3c42

Please sign in to comment.