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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
This is really weird, but I'll try my best to explain it. the extension is trying to upload .git files for every actual file it deploys. If I deploy testing.txt a few minutes later the extension tries to upload testing.txt.git even though that file doesn't exist, never did. And it happens every time I leave the editor for a few minutes and focus the window again.
Actual behavior
Tries to upload .git file that doesn't exist
Expected behavior
It shouldn't be trying to upload files that don't exist for no reason.
Steps to reproduce
Open editor.
Save file.
Leave editor, blur, work on another window for a couple of minutes
// write log messages here, if possible
Extension has been initialized.
[23:34:01] � Deploying file '/testing.txt' to '/ (fwxcms-fenton)' ... ✅ [234 ms]
[23:38:23] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [2 ms]
[23:38:24] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [3 ms]
[23:46:00] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [3 ms]
[23:46:02] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [2 ms]
[23:49:53] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [2 ms]
[23:49:55] � Deploying file '/testing.txt.git' to '/ (fwxcms-fenton)' ... �: 'ENOENT: no such file or directory, open 'c:\Users\path\testing.txt.git'' [2 ms]
// maybe one or more log files are available
// in sub folder '.vscode-deploy-reloaded/.logs'
// inside your home directory
Screenshot
Your environment
Operating system: Windows 10
Visual Studio Code version: 1.41
Extension version: v0.89.0
Additional comments
Baffled. Just baffled.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
This is really weird, but I'll try my best to explain it. the extension is trying to upload .git files for every actual file it deploys. If I deploy testing.txt a few minutes later the extension tries to upload testing.txt.git even though that file doesn't exist, never did. And it happens every time I leave the editor for a few minutes and focus the window again.
Actual behavior
Tries to upload .git file that doesn't exist
Expected behavior
It shouldn't be trying to upload files that don't exist for no reason.
Steps to reproduce
Example config
Logs
Screenshot
Your environment
Additional comments
Baffled. Just baffled.
The text was updated successfully, but these errors were encountered: