Skip to content

Commit 840a478

Browse files
committed
export reportAPIDoc
1 parent d4e8530 commit 840a478

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

client/out/extension.js

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/extension.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ export function activate(context: vscode.ExtensionContext) {
2828
export function deactivate() {
2929
languageserver.deactivate();
3030
}
31+
32+
export async function reportAPIDoc(params: any) {
33+
await languageserver.reportAPIDoc(params);
34+
}

0 commit comments

Comments
 (0)