这应该是一个概念证明,它允许通过replit使用基于ssh的vscode远程编辑 实现思路如下: 服务器 安装openssh服务器/运行它 使用websocket通过https端口代理此TCP连接 让扩展程序来完成其余的工作 客户 具有CLI(可能是gui)的本地PC上的客户端 该客户端的行为类似于ssh服务器,但实际上是代理,它通过websocket代理访问服务器。
As you might know, Monaco is the editor that powers VSCode; in fact, Microsoft built VSCode around Monaco. If we switch to Monaco, we thought we’d be able to get all the cool updates and features from the good folks working on VSCode. Monaco had a shiny and modern UI that matched ...