diff --git a/BUILDING.md b/BUILDING.md index c4d348ae41b7e5..86a89b7bacce1e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -369,6 +369,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.