Troubleshooting Code Suggestions

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

Code Suggestions aren’t displayed

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

In GitLab, ensure Code Suggestions is enabled:

To confirm that your account is enabled, go to https://gitlab.com/api/v4/ml/ai-assist. The user_is_allowed key should have should have a value of true. A 404 Not Found result is returned if either of the previous conditions is not met.

Code Suggestions not displayed in VS Code or GitLab WebIDE

Check all the steps in Code Suggestions aren’t displayed first.

If you are a self-managed user, ensure that Code Suggestions for the GitLab WebIDE 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 (Beta) 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 (Beta) 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://codesuggestions.gitlab.com/v2/completions

Code Suggestions not displayed in Microsoft Visual Studio

Check all the steps in Code Suggestions aren’t displayed first.

  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.