Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feature(vscode): support for controlling vscode from widgets

wakonig_k requested to merge feature/vscode_plugin_support into main

Description

The new VSCode plugin can react to events from BEC if the environment variables are set correctly. This MR makes the necessary adjustments and sets the GUI id and the redis host.

The following instructions are currently supported:

  • open a file
  • write to a file
  • close a file
  • toggle zen mode
  • save the currently open file
  • create a new file
  • set the cursor to the given positions

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading