Hopefully make lint happy

This commit is contained in:
Alexander Eyers-Taylor
2022-11-25 16:57:50 +00:00
parent 5754d19327
commit ccf4fad912

View File

@@ -1424,7 +1424,9 @@ async function activateWithInstalledDistribution(
void logger.log("Starting language server.");
await client.start();
ctx.subscriptions.push({
dispose: () => { void client.stop(); }
dispose: () => {
void client.stop();
}
});
// Jump-to-definition and find-references
void logger.log("Registering jump-to-definition handlers.");