Skip to content

Commit f614c75

Browse files
committed
Fix no return error
1 parent be1bae2 commit f614c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ class DefaultClient implements Client {
691691
}
692692
}
693693
}
694+
695+
return true;
694696
}
695697

696698
/*********************************************

0 commit comments

Comments
 (0)