أخبار

Extension Settings vscode-autoGit.enabled (boolean): If true, the extension will automatically commit and sync changes. If false, no git operations will be performed even if the extension is active.
Result: Git will stash changes, try to pull latest from branch and timeout after a minute or two. However changes will remain stashed. Any further git pull attempts, successful or not, won't re-apply ...
Welcome to the latest episode of Hong's dumb devops questions 🙂 I've got VSCode Remote up and running, and I can connect from my Win10 laptop to a session in an Azure Ubuntu VM without problems ...