diff options
| author | Gal Zahavi <[email protected]> | 2025-08-19 16:03:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-19 23:03:51 +0000 |
| commit | f1575f6d8de2f4efa0805a2d11a4a421a1a8228f (patch) | |
| tree | 8977235b9a42983de3e76189f25ff055e9d28a83 /packages/vscode-ide-companion/esbuild.js | |
| parent | 0cc2a1e7ef904294fff982a4d75bf098b5b262f7 (diff) | |
feat(core): refactor shell execution to use node-pty (#6491)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/vscode-ide-companion/esbuild.js')
| -rw-r--r-- | packages/vscode-ide-companion/esbuild.js | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
