I am creating an online web ide, that has a file explorer and supports multiple tabs & I am using Monaco for the same.
Just like in VsCode, we can open the command palette by typing ctrl + shift + p
. Similarly, in monaco editor, we can open command palette using ctrl + shift + o
.
But, how can I add these files option in my monaco editor as well.
VsCode showing the files present