mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 03:27:55 +00:00
fix: update service name in devcontainer configuration
This commit is contained in:
parent
e0ef98dac0
commit
5f5b87e9a3
@ -6,7 +6,7 @@
|
|||||||
// Point to a Docker Compose file
|
// Point to a Docker Compose file
|
||||||
"dockerComposeFile": "./docker-compose.yaml",
|
"dockerComposeFile": "./docker-compose.yaml",
|
||||||
// Required when using Docker Compose. The name of the service to connect to once running
|
// 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
|
// 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
|
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
|
||||||
"workspaceFolder": "/workspaces/langchain",
|
"workspaceFolder": "/workspaces/langchain",
|
||||||
|
Loading…
Reference in New Issue
Block a user