Skip to content

feat: Set WebSocket as default in extension settings

Description

Sets websocket as default in the extension settings.

Related Issues

gitlab-org/editor-extensions/gitlab-lsp#1581

How has this been tested?

in User settings.json remove the entry with the selected connection type if you have one

e.g. "gitlab.duoAgentPlatform.connectionType": "grpc"

Run extension. In the extension settings not that the DAP connection type is selected as WebSockets

Screenshot_2025-11-03_at_13.27.20

Screenshots (if appropriate)

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Olena Horal-Koretska

Merge request reports

Loading