vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Support setting DENO_TLS_CA_STORE for testing

Open jonasb opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

When running tests I need to use the system TLS CA store wo use the system store, e.g. env DENO_TLS_CA_STORE=system deno test. I haven't found a good way to set that environment variable when running tests through VS Code.

Describe the solution you'd like

Either a setting specifically for DENO_TLS_CA_STORE for running tests, or a generic way of setting environment variables for tests.

jonasb avatar May 05 '22 08:05 jonasb

I suggest to support this deno.codeLens.testEnvs option

ahuigo avatar Dec 27 '22 03:12 ahuigo