How to pull specific remote into current branch in VS Code

I am using Version 1.30.1 (1.30.1) and now it has build-in way to do this.

enter image description here


Finally i solve it this way

File->Preferences->Settings->User (Tab)-> Extentions ->git-> Autofeatch(set checkbox to true)

enter image description here

Now you will able to see remote branches in source control branches options


I don't think there's currently a built-in way to do this, but I've found an extension for it: Git: Pull - Remote/Branch Specified

It adds a command with the same name, which when invoked, prompts you for the name of the remote and remote branch to pull from: