Fix slashes

This commit is contained in:
Gabo 2020-06-25 10:25:56 -05:00
parent b8171a9bfb
commit a51265c9f0

View file

@ -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"
},