Hello! I'm Deno.test-ing some code, and I'm trying to reference some API keys that live in an .env file. While doing deno test --env-filedeno test --env-file(why isn't this called --env--env?) from the shell works, I can't seem to get it to work in the integrated visual code test runner.
I've added "test" configs to deno.json, added .vscode.settings.json config to deno.codeLens and deno.testArgs, added --env-file to the Deno extension config too, but none seem to work. Any clues?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.