Skip to content

Enable saving remote files opened with psedit #399

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

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 21, 2017

This change enables the saving of files opened from a remote session using
the psedit command. When the editor saves the file contents it sends a
DidSaveTextDocumentNotification to the language server which in turn sends
the document's contents back to the remote session to be saved in the
original file.

Resolves PowerShell/vscode-powershell#583.

@daviwil daviwil added this to the 0.11.0 milestone Mar 21, 2017
This change enables the saving of files opened from a remote session using
the psedit command.  When the editor saves the file contents it sends a
DidSaveTextDocumentNotification to the language server which in turn sends
the document's contents back to the remote session to be saved in the
original file.

Resolves PowerShell/vscode-powershell#583.
@daviwil daviwil merged commit c9a9d26 into PowerShell:develop Mar 21, 2017
@daviwil daviwil deleted the remote-file-save branch March 21, 2017 19:36
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
Fix PowerShell#396: Extension commands loaded in profile are not being registered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants