We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec695e commit 1133981Copy full SHA for 1133981
BUILDING.md
@@ -371,6 +371,10 @@ loopback interface on Ubuntu:
371
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
372
```
373
374
+You can use
375
+[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs)
376
+to run/debug tests, if your IDE configs are present.
377
+
378
#### Running Coverage
379
380
It's good practice to ensure any code you add or change is covered by tests.
0 commit comments