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

Writing Files #679

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

Writing Files #679

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

The IDE needs the ability to write files. For now we only aim to support text files.

Value

IDE will be able to write arbitrary text files via the language server.

Specification

  • Implement the file/write message as specified in the design document.
  • file/write need not write to a file that already exists. If the file does not exist it should be created.
  • If the file is already open, the write should fail.
  • Specify any errors that go with file/write and their behaviours in the specification document.

Acceptance Criteria & Test Cases

  • The above message has been implemented.
  • The above message has been rigorously tested.
@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