From a51265c9f0925b7ee09a7d4c8baaba0836b611fd Mon Sep 17 00:00:00 2001 From: Gabo Date: Thu, 25 Jun 2020 10:25:56 -0500 Subject: [PATCH] Fix slashes --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 72190b10..e8990ac0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,10 +7,10 @@ "context": "..", // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. - "dockerFile": "..\\Dockerfile", + "dockerFile": "..//Dockerfile", // Set *default* container specific settings.json values on container create. - "settings": { + "settings": { "terminal.integrated.shell.linux": "/bin/bash" },