fixed mixed indentation
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
// Dockerfile with your user's UID/GID if not 1000.
|
// Dockerfile with your user's UID/GID if not 1000.
|
||||||
"runArgs": [ "-u", "node" ],
|
"runArgs": [ "-u", "node" ],
|
||||||
|
|
||||||
// Use 'settings' to set *default* container specific settings.json values on container create.
|
// Use 'settings' to set *default* container specific settings.json values on container create.
|
||||||
// You can edit these settings after create using File > Preferences > Settings > Remote.
|
// You can edit these settings after create using File > Preferences > Settings > Remote.
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user