Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you run a version of vscode inside the browser without a server?

Is there any way to run a version of VS Code inside a browser without a server? (inside a React or Angular app). Something like an enhanced version of the monaco editor.

Of course that means it will have some missing functionalities.

If not, are there any other options?

like image 853
Chris Avatar asked Sep 17 '25 17:09

Chris


1 Answers

Try this https://securingsincity.github.io/react-ace/ its something of the same king what you want

like image 185
SSD Avatar answered Sep 20 '25 13:09

SSD