Troubleshooting Code Suggestions

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated. GitLab Duo Pro required.

When working with GitLab Duo Code Suggestions, you might encounter the following issues.

Code Suggestions are not displayed

If Code Suggestions are not displayed:

If Code Suggestions are still not displayed, try the following troubleshooting steps.

Code Suggestions not displayed in VS Code or GitLab Web IDE

If you are a self-managed user, ensure that Code Suggestions for the GitLab Web IDE are enabled. The same settings apply to VS Code as local IDE.

  1. On the left sidebar, select Extensions > GitLab Workflow.
  2. Select Settings (), and then select Extension Settings.
  3. In GitLab > AI Assisted Code Suggestions, select the Enable code completion checkbox.

If the settings are enabled, but Code Suggestions are still not displayed, try the following steps:

  1. Enable the Debug checkbox in the GitLab Workflow Extension Settings.
  2. Open the extension log in View > Output and change the dropdown list to GitLab Workflow as the log filter. The command palette command is GitLab: Show Extension Logs.
  3. Disable and re-enable the Enable code completion checkbox.
  4. Verify that the debug log contains similar output:
2023-07-14T17:29:00:763 [debug]: Disabling code completion
2023-07-14T17:29:01:802 [debug]: Enabling code completion
2023-07-14T17:29:01:802 [debug]: AI Assist: Using server: https://cloud.gitlab.com/ai/v2/code/completions

Code Suggestions not displayed in Microsoft Visual Studio

  1. Ensure you have properly set up the extension.
  2. From the Tools > Options menu, find the GitLab option. Ensure Log Level is set to Debug.
  3. Open the extension log in View > Output and change the dropdown list to GitLab Extension as the log filter.
  4. Verify that the debug log contains similar output:
14:48:21:344 GitlabProposalSource.GetCodeSuggestionAsync
14:48:21:344 LsClient.SendTextDocumentCompletionAsync("GitLab.Extension.Test\TestData.cs", 34, 0)
14:48:21:346 LS(55096): time="2023-07-17T14:48:21-05:00" level=info msg="update context"

Authentication troubleshooting

If the above steps do not solve your issue, the problem may be related to the recent changes in authentication, specifically the token system. To resolve the issue:

  1. Remove the existing personal access token from your GitLab account settings.
  2. Reauthorize your GitLab account in VS Code using OAuth.
  3. Test the Code Suggestions feature with different file extensions to verify if the issue is resolved.