Skip to content

Enable saving remote files opened with psedit #583

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

Closed
daviwil opened this issue Mar 20, 2017 · 0 comments
Closed

Enable saving remote files opened with psedit #583

daviwil opened this issue Mar 20, 2017 · 0 comments
Labels
Issue-Enhancement A feature request (enhancement).
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Mar 20, 2017

Currently it's not possible to save remote files that were opened with psedit. This should be easy to enable.

@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Mar 20, 2017
@daviwil daviwil added this to the 0.11.0 milestone Mar 20, 2017
@daviwil daviwil mentioned this issue Mar 20, 2017
14 tasks
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue 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 added a commit to daviwil/vscode-powershell that referenced this issue 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#583.
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

1 participant