1 Star 1 Fork 0

Moe/vscode-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
Moe 提交于 5年前 . reset repo
// Once our entry file is loaded we no longer need nbin to bypass normal Node
// execution. We can still shim the fs into the binary even when bypassing. This
// will ensure for example that a spawn like `${process.argv[0]} -e` will work
// while still allowing us to access files within the binary.
process.env.NBIN_BYPASS = true;
require("../../bootstrap-amd").load("vs/server/src/node/cli");
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mo2/vscode-server.git
git@gitee.com:mo2/vscode-server.git
mo2
vscode-server
vscode-server
master

搜索帮助