为什么 stream.pipeline 未定义 vscode 的内部扩展?

Why is stream.pipeline undefined inside extension for vscode?

我试图在我的 vscode 扩展中使用 stream.pipeline,但它未定义。如果我只是通过 node.js 运行 同一个项目中的另一个 .ts 文件,stream.pipeline 被定义并正常工作。如何在 vscode 扩展中使用 stream.pipeline?

stream.pipeline 是在 Node 10.0 中引入的,而 VS Code 1.28 在 Node 8.9 环境中运行扩展

一旦 VS Code upgrades to Electron 3(包括节点 10.2),您将能够使用此 api