Draft: feat: added simple vscode widget
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