Skip to content

Commit 83c5f8d

Browse files
authored
test?(vscode): add extra parameters to use .env on
1 parent 52e6bf3 commit 83c5f8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/sample.launch.json

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"LOG_ENABLED": "true",
4747
"LOG_LEVEL": "error"
4848
},
49+
"envFile": "${workspaceFolder}/api/.env",
4950
"args": [
5051
"-ui",
5152
"bdd",
@@ -70,6 +71,7 @@
7071
"LOG_ENABLED": "true",
7172
"LOG_LEVEL": "error"
7273
},
74+
"envFile": "${workspaceFolder}/api/.env",
7375
"program": "${workspaceRoot}/api/node_modules/mocha/bin/_mocha",
7476
"args": ["--no-timeouts", "${relativeFile}"],
7577
"cwd": "${workspaceRoot}",

0 commit comments

Comments
 (0)