Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace/executeCommand request #292

Merged
merged 1 commit into from
Sep 13, 2017

Conversation

yaohaizh
Copy link
Collaborator

@yaohaizh yaohaizh commented Sep 7, 2017

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

/**
* Execute Workspace Command
*/
export const EXECUTE_WORKSPACE_COMMAND = 'java.execute.workspaceCommand';
Copy link
Collaborator

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

Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Already fixed.

/**
* Execute Workspace Command
*/
export const EXECUTE_WORKSPACE_COMMAND = 'java.execute.workspaceCommand';
Copy link
Contributor

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
Copy link
Collaborator

fbricon commented Sep 12, 2017

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

Signed-off-by: Yaohai Zheng <yaozheng@microsoft.com>
@yaohaizh
Copy link
Collaborator Author

Resolved conflication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants