Skip to content

Commit

Permalink
remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Nov 9, 2022
1 parent 7953280 commit ec6ee7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "ftuser",

"postCreateCommand": "ln -s /freqtrade/.env /workspaces/freqtrade/.env && freqtrade create-userdir --userdir user_data/",
"postCreateCommand": "ln -s /freqtrade/.env /workspaces/freqtrade/.env && freqtrade create-userdir --userdir user_data/",

"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
Expand All @@ -33,6 +33,6 @@
"ms-python.vscode-pylance",
"davidanson.vscode-markdownlint",
"ms-azuretools.vscode-docker",
"vscode-icons-team.vscode-icons",
"vscode-icons-team.vscode-icons",
],
}

0 comments on commit ec6ee7e

Please sign in to comment.