Git remote could not be parsed or 404 Project Not Found or Cannot read property 'map' of null
When i'm set remote url for ssh connection for this url ([git@gitlab.[customDomain].ru:[port]]:[projectGroup]/[project].git) it throws this error 'Git remote could not be parsed' I have read this test file https://gitlab.com/gitlab-org/gitlab-vscode-extension/blob/56dab86117c109443a9422b85b58605fa5b774f1/src/git/git_remote_parser.test.ts#L4 and didn't find how to use ssh connection to self hosted gitlab with port... Then I tried to change it to https and my url was look like (https://gitlab.[customDomain].ru/[projectGroup]/[project].git) and after that i got an error 'StatusCodeError: 404 - "{"message":"404 Project Not Found"}"'. I set a gitlab.instanceUrl in my settings.json and to this https://gitlab.[customDomain].ru. It didn't help. I have already read the issues like mine, and tried all variants from them. I hope you will help me) I really need this extension) Also i tried to test the curl https://gitlab.[domainName].ru/api/v4/projects/[group]%2F[projectName]?access_token= and it works correctly. There is id field in response. Maybe i can set api url manually for extension?)
