Skip to content

PSEdit not saving remote files #1040

Closed
Closed
@muzzar78

Description

@muzzar78

@daviwil - Could this issue be related to the following?

// NOTE: The following two DidSaveTextDocument* types will
// be removed when #593 gets fixed.
export interface DidSaveTextDocumentParams {
/**
* The document that was closed.
*/
textDocument: TextDocumentIdentifier;
}
export namespace DidSaveTextDocumentNotification {
export const type = new NotificationType<DidSaveTextDocumentParams, void>('textDocument/didSave');
}

When I remote into a server within the integrated terminal, run psedit the file appears in VSCode. However, when I make an edit and save the file the changes aren't getting saved back to the remote server. I have attached the verbose log output. https://github.com/PowerShell/vscode-powershell/files/1309888/vscode-powershell-psedit.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions