From e55d65384d3feb3dd1bb7341a23766663fbcdba6 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 31 Oct 2018 22:46:29 -0700 Subject: doc: add link to node-code-ide-configs in testing Refs: https://github.com/orgs/nodejs/teams/collaborators/discussions/58 This config will help contributors to run/debug tests on VSCode PR-URL: https://github.com/nodejs/node/pull/24012 Reviewed-By: James M Snell --- BUILDING.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index 0df731b099..d4c8f63aa1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -371,6 +371,10 @@ loopback interface on Ubuntu: sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 ``` +You can use +[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs) +to run/debug tests, if your IDE configs are present. + #### Running Coverage It's good practice to ensure any code you add or change is covered by tests. -- cgit v1.2.3