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

Jellycuts Bridge needs update to new vscode Jellycuts Support extension protocol #26

Open
chrysaora-achlyos opened this issue Jun 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chrysaora-achlyos
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The protocol for retrieving a file(s) from the vscode extension is out of date in Open-Jellycuts. Needs to be updated to work with latest version of extension, currently v1.2.2

Describe the solution you'd like

The vscode extension, Jellycuts Support v1.2.2, responds to a "get" message by sending a list of dot-jelly files in a folder. The extension ignores a "pull" message. The Open-Jellycuts of bridge code need to be updated to send the same "get" message, and construct a list of file, and otherwise behave like the App Store version. As is, the "pull" message is ignored, with little to no feedback to the user that vscode is not going to respond. The Open-Jellycuts version, and the extension, both indicate correctly that an socket connection has been established, further creating confusion as to why "nothing is happening" in response to clicking "Pull Code From Server" button.
Perhaps until updated, one should not be able to display the view.

Additional context

Jellycuts/Views/Tools/Jellycuts Bridge/BridgeView.swift

@chrysaora-achlyos chrysaora-achlyos added the enhancement New feature or request label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant