Visual Studio Code for the Web
https://code.visualstudio.com/docs/editor/vscode-webVS Code for the Web runs entirely in your web browser's sandbox and offers a very limited execution environment. When accessing code from remote repositories, the web editor doesn't "clone" the repo, but instead loads the code by invoking the services' APIs directly from your browser; this further reduces the attack surface when cloning untrusted repositories.