We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ee7c9 commit c9ce9ebCopy full SHA for c9ce9eb
main.js
@@ -1 +1,7 @@
1
+// Once our entry file is loaded we no longer need nbin to bypass normal Node
2
+// execution. We can still shim the fs into the binary even when bypassing. This
3
+// will ensure for example that a spawn like `${process.argv[0]} -e` will work
4
+// while still allowing us to access files within the binary.
5
+process.env.NBIN_BYPASS = true;
6
+
7
require("../../bootstrap-amd").load("vs/server/src/cli");
0 commit comments