nothing appear after setup plugin (all step done)
hello,
i've setup the plugin
my settings.json file
{
"python.defaultInterpreterPath": "D:\\Python\\python.exe",
"redhat.telemetry.enabled": false,
"gitlab.instanceUrl": "https://nova-gitlab.mousquetaires.com"
}
then i add my custom instance url with Ctrl + Maj + P and add the token api.
but when i clic on the Gitlab Workflow (left menu) i have nothing just " No git repository available"
log extension:
[2022-02-10 12:42:52.220] [exthost] [info] Extension host with pid 440 started [2022-02-10 12:42:52.221] [exthost] [info] Skipping acquiring lock for c:\Users\bherve\AppData\Roaming\Code\User\workspaceStorage\4183438588488028ee43fb5f00ae1c15. [2022-02-10 12:42:52.313] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' [2022-02-10 12:42:52.326] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2022-02-10 12:42:52.348] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' [2022-02-10 12:42:52.381] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' [2022-02-10 12:42:52.413] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '' [2022-02-10 12:42:52.425] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '', root cause: vscode.github [2022-02-10 12:42:52.534] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' [2022-02-10 12:42:52.612] [exthost] [info] Eager extensions activated [2022-02-10 12:42:52.620] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished' [2022-02-10 12:42:52.639] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' [2022-02-10 12:42:52.647] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished' [2022-02-10 12:42:52.680] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' [2022-02-10 12:42:56.479] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github [2022-02-10 12:42:56.628] [exthost] [info] ExtensionService#_doActivateExtension GitLab.gitlab-workflow, startup: false, activationEvent: 'onStartupFinished'
Gitlab version 14.5.2
thanks for your support