satiromarra / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
23 stars 3 forks source link

Error: Warn when uploading over newer file (different time zone) #34

Closed SrVince closed 1 year ago

SrVince commented 1 year ago

Do you read the FAQ?

Describe the bug How to disable "Warn when uploading over newer file."? My server has one time zone and my computer another, which means that it always shows me the alert.

satiromarra commented 1 year ago

@SrVince in sftp.json whit the option remoteTimeOffsetInHours, if the server has -2 hours, set remoteTimeOffsetInHours: -2.

satiromarra commented 1 year ago

@SrVince I just added an option to activate/deactivate that option in version 1.17.12

SrVince commented 1 year ago

Thanks! ♥