I am writing a CustomTextEditor-Extension for Visual Studio Code.
I‘d like to have the overview on the right, and the line-count on the left - the typical Monaco Editor features.
The editor itself should just be an enhanced monaco editor. Right now I have to make it myself, from scratch.
How can I unwrap or include the Monaco Editor, to use it in my CustomTextEditor Extension?