-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commands
Create a new config file for a project.
Set the current profile.
func(profileName: string)
Upload the current file.
Upload all files changed or created since the last commit to your Git.
Can be called by default keyboard shortcut Ctrl+Alt+U
.
Upload the entire folder the current file is located in.
Download the remote version of the current file and overwrite the local copy.
Download the entire folder the current file is located in.
- Any files that exist on both local and remote that have a different timestamp between local and remote are copied over.
- Any files that only exist on the local are copied over.
You can change the default behavior by syncOption.
Same as Sync Local -> Remote
, but in the opposite direction.
Compare file modification times, and will always perform the action that causes the newest file to be present in both locations.
Only skipCreate and ignoreExisting are valid for this command.
List the folder the current file is located in.
Upload file or folders.
func(fspaths: string[])
Download file or folders.
func(fspaths: string[])
Stop the current transfers (upload and download).
Open a terminal in VSCode and auto login to a specific server.
An alternative command can be found when pressing Alt
while opening a menu.
Download file but disregard ignore rules.
Upload file but disregard ignore rules.