vscode-sftp
vscode-sftp copied to clipboard
Notification shown when `sftp.upload.activeFile` action is triggered from keyboard shortcut
Every time when I trigger sftp.upload.activeFile action using keyboard shortcut (Ctrl+Shift+U) the file in not uploaded and a notification pops up:
Cannot read properties of null (reading '$mid')
However, the notification doesn't appear when triggering the action using editor context menu or command palette. I don't have any other keyboard bindings that could conflict with this one and the keyboard shortcut troubleshooter doesn't show any issues. Even changing the shortcut doesn't change the behavior.
To Reproduce Steps to reproduce the behavior:
- Configure a keyboard shortcut for
sftp.upload.activeFileaction - Open a file
- Keep focus in editor
- Hit the configured keyboard shortcut
- Message pops up
Expected behavior No notifications
Screenshots
Desktop (please complete the following information):
- OS: Win 11 23H2 Build 22635.2700
- VSCode Version 1.84.2
- Extension Version 1.16.3
Extension Logs from Startup - required I have permanently enabled the debug option. There's nothing of importance in the debug logs because action is not triggered.