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
When bind hotkey on download command in log we have message The "Download" command get canceled because of missing targets.
{
"key": "shift+cmd+d",
"command": "sftp.download",
"when": "view.remoteExplorer.visible",
"args": {
"path": "${selectedResource}"
}
}
How can I fix this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When bind hotkey on download command in log we have message The "Download" command get canceled because of missing targets.
{
"key": "shift+cmd+d",
"command": "sftp.download",
"when": "view.remoteExplorer.visible",
"args": {
"path": "${selectedResource}"
}
}
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions