Skip to content

Commit

Permalink
Fixed tabing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anderson1 committed Feb 17, 2024
1 parent c067d86 commit 0028f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
"postAttachCommand": "sed 's/\r$//' .devcontainer/setup.sh | bash",
"postCreateCommand": "sed 's/\r$//' .devcontainer/import-database.sh | bash",
"postCreateCommand": "sed 's/\r$//' .devcontainer/import-database.sh | bash",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
Expand Down

0 comments on commit 0028f8f

Please sign in to comment.