You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: