Skip to content

Commit

Permalink
Merge branch 'main' into vizwebview
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored Aug 14, 2024
2 parents 4bbd77e + c8517ea commit 7230855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export async function executeServerDefinitionCommand(lsClient: LanguageClient |
const result: any[] | undefined = await vscode.commands.executeCommand(
commandName /* if your command accepts arguments you can pass them here */,
target,

);
logger.info(`${commandName} result: ${JSON.stringify(result, undefined, 2)}`);
if (result && result.length > 0) {
Expand Down

0 comments on commit 7230855

Please sign in to comment.