Hey team! I was investigating the new node settings added in #18172, and when trying to set the node path I noticed that the example settings in `default.json` use the wrong key for the `node_path` - it should be `path` instead. See [here](https://github.com/zed-industries/zed/blob/19eebcd349d9ea14aa9ec6e0fe178ae26945f52a/crates/zed/src/main.rs#L488) for where the setting is used. Release Notes: - N/A