I am trying to find a vue 3 component that is a code editor with a similar theme as vscode. It should have the tree structure and be able to execute the code.
Some of the things I found that sadly did not fit the bill are:
I would like to send the files from the backend and have them rendered in the embedded code editor.
Any advice would be greatly appreciated.