We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5754d19 commit ccf4fadCopy full SHA for ccf4fad
1 file changed
extensions/ql-vscode/src/extension.ts
@@ -1424,7 +1424,9 @@ async function activateWithInstalledDistribution(
1424
void logger.log("Starting language server.");
1425
await client.start();
1426
ctx.subscriptions.push({
1427
- dispose: () => { void client.stop(); }
+ dispose: () => {
1428
+ void client.stop();
1429
+ }
1430
});
1431
// Jump-to-definition and find-references
1432
void logger.log("Registering jump-to-definition handlers.");
0 commit comments