From f1575f6d8de2f4efa0805a2d11a4a421a1a8228f Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:03:51 -0700 Subject: feat(core): refactor shell execution to use node-pty (#6491) Co-authored-by: Jacob Richman --- packages/vscode-ide-companion/esbuild.js | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/vscode-ide-companion') diff --git a/packages/vscode-ide-companion/esbuild.js b/packages/vscode-ide-companion/esbuild.js index 060be7c6..bcb32e81 100644 --- a/packages/vscode-ide-companion/esbuild.js +++ b/packages/vscode-ide-companion/esbuild.js @@ -47,6 +47,7 @@ async function main() { /* add to the end of plugins array */ esbuildProblemMatcherPlugin, ], + loader: { '.node': 'file' }, }); if (watch) { await ctx.watch(); -- cgit v1.2.3