Sorry for the late.
Monaco is a project of VScode. Monaco is the code editor of vscode. and it comes with a handful of features.
I am using Monaco to embed vscode because it's the working part of vscode
But you can't use plugins with monaco. You should embed entire vscode to do it. It's very tricky and not performant.