From 5c3b782d46ff40d6be72ab230b2ac4850dcf49f2 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Tue, 21 Nov 2023 12:41:04 -0500 Subject: [PATCH] remove env setting Signed-off-by: Aramis Sennyey --- docs/local-dev/cli-build-system.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/local-dev/cli-build-system.md b/docs/local-dev/cli-build-system.md index 6ee583efd8..aa33aa61a3 100644 --- a/docs/local-dev/cli-build-system.md +++ b/docs/local-dev/cli-build-system.md @@ -589,15 +589,11 @@ For your productivity working with unit tests it's quite essential to have your A complete launch configuration for VS Code debugging may look like this: -```json +```jsonc { "type": "node", "name": "vscode-jest-tests.v2", "request": "launch", - "env": { - // Needed to disable watch by default mode. - "ENV": "CI" - }, "args": [ "repo", "test",