I have successfully integrated my Gitlab enterpise with VS Code, however, whenever I try to clone from my enterprise account from VS Code, I get the error below :
"Error: Field 'projects' dosen't accept argument 'searchNamespaces':{"response":[{"me..."
Figured it out.
Create Token for VS Code in Gitlab Settings.
Clone as follows:
git clone https://${username}:${TOKEN}@REPO