Skip to content

Commit

Permalink
fix: bump apex lsp to include command rename (#5468)
Browse files Browse the repository at this point in the history
* fix: bump apex lsp to include command rename

@W-15122337@

* chore: fix command name in index.ts

---------

Co-authored-by: CristiCanizales <cristina.canizales@salesforce.com>
  • Loading branch information
peternhale and CristiCanizales committed Feb 26, 2024
1 parent 4c4b60f commit 0ebc6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified packages/salesforcedx-vscode-apex/out/apex-jorje-lsp.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/salesforcedx-vscode-apex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ const registerCommands = (): vscode.Disposable => {
apexDebugMethodRunCodeActionDelegate
);
const anonApexRunDelegateCmd = vscode.commands.registerCommand(
'sfdx.force.anon.apex.run.delegate',
'sfdx.anon.apex.run.delegate',
anonApexExecute
);
const anonApexDebugDelegateCmd = vscode.commands.registerCommand(
'sfdx.force.anon.apex.debug.delegate',
'sfdx.anon.apex.debug.delegate',
anonApexDebug
);
const apexLogGetCmd = vscode.commands.registerCommand(
Expand Down

0 comments on commit 0ebc6b7

Please sign in to comment.