You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ResolvesPowerShell/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.
ResolvesPowerShell#583.
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.
ResolvesPowerShell/vscode-powershell#583.
Currently it's not possible to save remote files that were opened with
psedit
. This should be easy to enable.The text was updated successfully, but these errors were encountered: