Skip to content

Commit

Permalink
docs: added explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-20 committed Jul 5, 2024
1 parent b952952 commit 183dbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"args": ["-t", "refresh"],
"envFile": "${workspaceFolder}/.env"

// You can also specify an environment inline, as follows:
// "env": {
// "DB_USER": "",
// "DB_PASS": "",
Expand Down Expand Up @@ -125,7 +126,7 @@
"console": "integratedTerminal",
"justMyCode": false,
"args": ["-t", "solrize"],
"envFile": "${workspaceFolder}/.env"
"envFile": "${workspaceFolder}/.env"
},
],
"compounds": [
Expand Down

0 comments on commit 183dbfe

Please sign in to comment.