feature(vscode): support for controlling vscode from widgets
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