Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 364bd3a

Browse files
committed
fix: Test release
1 parent c991051 commit 364bd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ export function languageServer(options: LanguageServerWebsocketOptions){
496496
export function languageServerWithTransport(options: LanguageServerOptions) {
497497
let plugin: LanguageServerPlugin | null = null;
498498

499+
console.log('Creating language server')
500+
499501
return [
500502
client.of(options.client || new LanguageServerClient({...options, autoClose: true})),
501503
documentUri.of(options.documentUri),

0 commit comments

Comments
 (0)