Skip to content

Commit 84e1c21

Browse files
committed
Merge branch 'topic/fix_copy/paste' into 'master'
Fix copy/paste error. See merge request eng/ide/ada_language_server!1167
2 parents 75ae3e2 + e5e4955 commit 84e1c21

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)