Skip to content

chore: provide a way to develop chat with local GDK

Description

Adds a way to point the extension to local GDK. To do that:

  1. Run vscode with GITLAB_WORKFLOW_INSTANCE_URL env variable. E.g. GITLAB_WORKFLOW_INSTANCE_URL=http://172.16.123.1:3000 vscode .
  2. Add token based account with PAT from your GDK instance.

Related Issues

Resolves #1107 (closed)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Related to #1107 (closed)

Edited by Pavel Shutsin

Merge request reports