diff --git a/BUILDING.md b/BUILDING.md index aadba46020012d..c3015d3880a777 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -366,6 +366,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.