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

Execute command #369

Closed
wants to merge 4 commits into from
Closed

Execute command #369

wants to merge 4 commits into from

Conversation

JPinkney
Copy link
Contributor

@JPinkney JPinkney commented Nov 30, 2020

What does this PR do?

This PR is just a P.O.C of how executing bundles could work. Essentially a "bundle" at this point is just a javascript file with 3 exports: name, version, and a map of commands to functions. There's still a lot more to do but essentially these "bundles" all you to register custom commands and actions similar to vscode-java and jdt.ls

Client-side changes: redhat-developer/vscode-yaml#403
An example extension: https://github.com/JPinkney/yaml-extension-bundle/tree/0.0.2

What issues does this PR fix or reference?

Is it tested? How?

Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
@joshuawilson
Copy link
Member

Is this a WIP?

@JPinkney
Copy link
Contributor Author

Oops, yeah I meant to mark it as a draft

@gorkem
Copy link
Collaborator

gorkem commented Jan 22, 2022

Closing this one

@gorkem gorkem closed this Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants