We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ae3e2 + e5e4955 commit 84e1c21Copy full SHA for 84e1c21
integration/vscode/ada/src/extension.ts
@@ -151,7 +151,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
151
};
152
alsClient.clientOptions.middleware = alsMiddleware;
153
alsClient.registerFeature(new ALSClientFeatures());
154
- context.subscriptions.push(gprClient.start());
+ context.subscriptions.push(alsClient.start());
155
156
// Take active editor URI and call execute 'als-other-file' command in LSP
157
function otherFileHandler() {
0 commit comments