Skip to content

Commit e5e4955

Browse files
committed
Fix copy/paste error.
1 parent 75ae3e2 commit e5e4955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
151151
};
152152
alsClient.clientOptions.middleware = alsMiddleware;
153153
alsClient.registerFeature(new ALSClientFeatures());
154-
context.subscriptions.push(gprClient.start());
154+
context.subscriptions.push(alsClient.start());
155155

156156
// Take active editor URI and call execute 'als-other-file' command in LSP
157157
function otherFileHandler() {

0 commit comments

Comments
 (0)