Add workspace/executeCommand request by yaohaizh · Pull Request #292 · redhat-developer/vscode-java

@yaohaizh

testforstephen

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add command java.execute.workspaceCommand to the activationEvents list in package.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Echo here. This is to make sure the extension is properly activated before the command is triggered.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already fixed.

akaroml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Echo here. This is to make sure the extension is properly activated before the command is triggered.

@fbricon

@yaohaizh can you please solve the merge conflict so we can merge it?

@yaohaizh

Signed-off-by: Yaohai Zheng <yaozheng@microsoft.com>

@yaohaizh