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

Move read() command to FileSystemCommands #434

Merged
merged 5 commits into from Oct 18, 2021

Conversation

lieryan
Copy link
Member

@lieryan lieryan commented Oct 10, 2021

Description

FileSystemCommands should now implement read() method.

This is useful for implementing refactoring operations where some of the files are not saved on-disk, but rather are in an unsaved buffer in the editor, which would be useful for LSP (i.e. pylsp-rope).

Checklist (delete if not relevant):

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md
  • I have made corresponding changes to library documentation for API changes

@lieryan lieryan added enhancement api-change New features that requires changes to editor integrations to make use of labels Oct 10, 2021
@lieryan lieryan changed the title Add read() command to FileSystemCommands Move read() command to FileSystemCommands Oct 10, 2021
@lieryan lieryan added this to the 0.21.x milestone Oct 10, 2021
@lieryan lieryan merged commit 93a5118 into master Oct 18, 2021
@lieryan lieryan deleted the lieryan-read-files-from-fscommands branch October 18, 2021 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-change New features that requires changes to editor integrations to make use of enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant