From 5295f2add0a0898e3e401f668e3696835c995f46 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Sun, 27 Jul 2025 22:30:16 -0400 Subject: [PATCH] fix: update dev container name to match service name --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e3419b65a0..72d593e3005 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose { // Name for the dev container - "name": "langchain-py", + "name": "langchain", // 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