How to use Monaco-Editor in VSCode Extension

826 views Asked by At

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?

0

There are 0 answers