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

Draft: feat: added simple vscode widget

wakonig_k requested to merge feature/vscode into main

Description

Added a very simple widget for vscode.

Type of Change

  • Added vscode widget + vscode_server utils.

Additional Comments

Similar to redis, a VSCode server must be started before the BECWidget can start successfully. We can add it to the autodeployment. For now, use code serve-web --port 7000 --connection-token=bec --accept-server-license-terms or launch it from the provided python script.

Definition of Done

  • Nothing is "done"... it's just a playground to explore the usefulness of such a widget.
Edited by wakonig_k

Merge request reports