mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-04-24 16:12:14 +00:00
Add null to return type (#79)
This commit is contained in:
parent
8abf687b01
commit
309905b680
@ -117,7 +117,7 @@ documents.onDidOpen(async (change) => {
|
||||
await validateDocument(change.document);
|
||||
});
|
||||
|
||||
connection.onHover(({ textDocument, position }: HoverParams): Hover => {
|
||||
connection.onHover(({ textDocument, position }: HoverParams): Hover | null => {
|
||||
connection.console.log('onHover event');
|
||||
|
||||
const info = documentInfos.infoAt(textDocument.uri, position);
|
||||
|
Loading…
x
Reference in New Issue
Block a user