2022-12-07 18:56:57 -08:00
|
|
|
import {createConnection} from "vscode-languageserver/node";
|
2022-11-08 17:00:59 -08:00
|
|
|
|
2022-12-07 18:56:57 -08:00
|
|
|
import {initConnection} from "./connection";
|
2022-11-08 17:00:59 -08:00
|
|
|
|
2022-12-07 18:56:57 -08:00
|
|
|
// By default create node connection
|
2022-12-05 10:05:41 -08:00
|
|
|
const connection = createConnection();
|
2022-12-07 18:56:57 -08:00
|
|
|
initConnection(connection);
|