unable to connect gitlab.com

Summary

try to connect gitlab.com repo does not works

Steps to reproduce

What is the current bug behavior?

an error log appear

{
  "message": "API request failed when trying to get current project because: git remote \"git@gitlab.com:MYGROUP/MY-PROJECT.git\" could not be parsed",
  "stack": [
    "Error: API request failed when trying to get current project because: git remote \"git@gitlab.com:MYGROUP/MY-PROJECT.git\" could not be parsed",
    "\tat Object.<anonymous> (/Users/enrico/.vscode/extensions/gitlab.gitlab-workflow-3.11.2/out/src/gitlab_service.js:91:19)",
    "\tat Generator.throw (<anonymous>)",
    "\tat rejected (/Users/enrico/.vscode/extensions/gitlab.gitlab-workflow-3.11.2/out/src/gitlab_service.js:6:65)",
    "\tat runMicrotasks (<anonymous>)",
    "\tat processTicksAndRejections (internal/process/task_queues.js:94:5)"
  ]
}

What is the expected correct behavior?

Issue refreshed

Relevant logs and/or screenshots

curl 'https://gitlab.com/api/v4/projects/MY-PROJECT-ID?access_token=MY-PERSONAL-AT'

shows project json

Possible fixes

Edited by Enrico Di Marco