fix: update service name in devcontainer configuration

This commit is contained in:
Mason Daugherty
2025-07-27 22:28:47 -04:00
parent e0ef98dac0
commit 5f5b87e9a3

View File

@@ -6,7 +6,7 @@
// Point to a Docker Compose file
"dockerComposeFile": "./docker-compose.yaml",
// Required when using Docker Compose. The name of the service to connect to once running
"service": "langchain-py",
"service": "langchain",
// The optional 'workspaceFolder' property is the path VS Code should open by default when
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/workspaces/langchain",