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

Binary File Reading and Writing Support #668

Closed
3 tasks
iamrecursion opened this issue Feb 21, 2020 · 0 comments
Closed
3 tasks

Binary File Reading and Writing Support #668

iamrecursion opened this issue Feb 21, 2020 · 0 comments
Assignees
Labels
p-medium Should be completed in the next few sprints

Comments

@iamrecursion
Copy link
Contributor

Summary

It is important that the IDE also has the capability to write binary files, while currently it only supports writing textual files. This task aims to add support for binary files to both the file/read and file/write messages.

Value

The IDE will be able to read and write binary files.

Specification

  • Update the backend of the file manager in the LS to handle binary files.
  • Update the implementation of the file/write message to support the transfer of binary blobs.
  • Update the implementation of the file/read message to support the transfer of binary blobs.

Acceptance Criteria & Test Cases

  • The above-listed functionality has been completed, and the language server now supports binary files.
@lolczak lolczak closed this as completed May 12, 2020
@iamrecursion iamrecursion transferred this issue from another repository Jun 23, 2020
@joenash joenash added Category: Backend p-medium Should be completed in the next few sprints labels Jun 23, 2020
@iamrecursion iamrecursion mentioned this issue Jun 24, 2020
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-medium Should be completed in the next few sprints
Projects
None yet
Development

No branches or pull requests

3 participants