diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9decd5d..057b034 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,8 +9,8 @@ // Dockerfile with your user's UID/GID if not 1000. "runArgs": [ "-u", "node" ], - // 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. + // 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. "settings": { "terminal.integrated.shell.linux": "/bin/bash" },