Skip to content

chore: use the new streaming notification types

Tomas Vik requested to merge tv/2024-08/use-new-streaming-notification-types into main

Description

This MR is a counterpart of refactor: persistent streaming handler (gitlab-org/editor-extensions/gitlab-lsp!698 - merged). The LS MR changed a name of streaming notification types and this MR updates the type names in VS Code Extension.

Related Issues

Related to gitlab-org/editor-extensions/gitlab-lsp#332 (closed)

How has this been tested?

  1. Checkout gitlab-org/editor-extensions/gitlab-lsp!698 (merged) in LS and this MR in VS Code Extension
  2. Connect LS to VS Code (with the watch mode)
  3. Start VS Code Extension in development mode
  4. Trigger generation suggestion in the VS Code extension, see the streaming

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

Merge request reports

Loading