summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorKamat, Trivikram <16024985+trivikr@users.noreply.github.com>2018-10-31 22:46:29 -0700
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-11-11 13:56:32 -0800
commite55d65384d3feb3dd1bb7341a23766663fbcdba6 (patch)
tree6fa2c07dfeeeb1eab72aa1f189c997645557a494 /BUILDING.md
parente6a58a89cb01aaac668aabf4cab737c6503a27a1 (diff)
downloadandroid-node-v8-e55d65384d3feb3dd1bb7341a23766663fbcdba6.tar.gz
android-node-v8-e55d65384d3feb3dd1bb7341a23766663fbcdba6.tar.bz2
android-node-v8-e55d65384d3feb3dd1bb7341a23766663fbcdba6.zip
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 <jasnell@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 4 insertions, 0 deletions
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.