From 0bcdb64e82c4a3497361656472bfe50ac0b51adf Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 28 Mar 2019 11:40:44 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f84a1476db..3b384eb70b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Similarly, if you have a `docker-compose.yml` file, set these properties: "name": "[Optional] Your project name here", "dockerComposeFile": "docker-compose.yml", "service": "the-name-of-the-service-you-want-to-work-with-in-vscode", - "volume": "/container/path/to/source/code" + "volume": "/" } ```