Quick Solution for the”Failed to connect. Is Docker installed and running?” error in VS Code

When you install Docker for Visual Studio Code extension to your remote Linux server, it is probable that the extension fails to connect even if you have Docker containers running. To be precise, this is the exact error you are getting: Error message “Failed to connect. Is Docker installed and running?” Both the the Docker […]
VS Code : Automatically Push after Commit

If you want to automatically push to a GitHub repository after commit, Gitlens extension in VS Code has a setting to make this possible. You just change the git.postCommitCommand setting and then when you commit and it pushes simultaneously. Open GitLens Extension Settings. Search for git.postCommitCommand . click on the dropdown menu and change none […]