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 d148330 commit 3710068Copy full SHA for 3710068
BUILDING.md
@@ -369,6 +369,10 @@ loopback interface on Ubuntu:
369
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
370
```
371
372
+You can use
373
+[node-code-ide-configs](https://github.com/nodejs/node-code-ide-configs)
374
+to run/debug tests, if your IDE configs are present.
375
+
376
#### Running Coverage
377
378
It's good practice to ensure any code you add or change is covered by tests.
0 commit comments