11{
2- "name" : " MongoDB Atlas and Google Cloud ADK Agents" ,
3- "dockerComposeFile" : " docker-compose.yml" ,
4- "service" : " adk" ,
5- "features" : {
6- "ghcr.io/devcontainers/features/python:1" : {}
7- },
8- "updateContentCommand" : " bash .devcontainer/install-mongodb-db-tools.sh && bash .devcontainer/import.sh && bash .devcontainer/install-dependencies.sh" ,
9- "postCreateCommand" : " " ,
10- "postAttachCommand" : " " ,
11- "postStartCommand" : " " ,
12- "customizations" : {
13- "codespaces" : {
14- "openFiles" : [
15- " INSTRUCTIONS.md"
16- ]
17- },
18- "vscode" : {
19- "extensions" : [
20- " mongodb.mongodb-vscode" ,
21- " ms-python.python"
22- ]
23- }
24- },
25- "forwardPorts" : [
26- 27017
27- ],
28- "workspaceFolder" : " /workspaces/${localWorkspaceFolderBasename}"
29- }
2+ "name" : " MongoDB Atlas and Google Cloud ADK Agents" ,
3+ "dockerComposeFile" : " docker-compose.yml" ,
4+ "service" : " adk" ,
5+ "features" : {
6+ "ghcr.io/devcontainers/features/python:1" : {}
7+ },
8+ "updateContentCommand" : " bash .devcontainer/install-mongodb-db-tools.sh && bash .devcontainer/import.sh && bash .devcontainer/install-dependencies.sh" ,
9+ "postCreateCommand" : " " ,
10+ "postAttachCommand" : " " ,
11+ "postStartCommand" : " " ,
12+ "customizations" : {
13+ "codespaces" : {
14+ "openFiles" : [
15+ " INSTRUCTIONS.md"
16+ ]
17+ },
18+ "vscode" : {
19+ "extensions" : [
20+ " mongodb.mongodb-vscode" ,
21+ " ms-python.python"
22+ ],
23+ "settings" : {
24+ "workbench.editorAssociations" : {
25+ "*.md" : " vscode.markdown.preview.editor"
26+ }
27+ }
28+ }
29+ },
30+ "forwardPorts" : [
31+ 27017
32+ ],
33+ "workspaceFolder" : " /workspaces/${localWorkspaceFolderBasename}"
34+ }
0 commit comments