()
| 92 | * Starts a new language server communicating from a Node.js process with a parent Node.js. |
| 93 | */ |
| 94 | export function startNodeLanguageServer() { |
| 95 | startLanguageServer(createNodeConnection(NodeProposedFeatures.all)); |
| 96 | } |
no test coverage detected