can be opened normally when connected to the network, even if the network cannot connect to the Internet. However, if you want to open VSCODE, when you are completely offline (unplugging the network cable), the following will occur:
C:\ myStuff\ myCode\ ninja2e > code.
dns.js:246
this._handle = new ChannelWrap();
^
Error: EFILE
at new Resolver (dns.js:246:20)
at dns.js:377:25
at dns.js:431:3
at NativeModule.compile (bootstrap_node.js:606:7)
at NativeModule.require (bootstrap_node.js:550:18)
at net.js:45:13
at net.js:1730:3
at NativeModule.compile (bootstrap_node.js:606:7)
at NativeModule.require (bootstrap_node.js:550:18)
at internal/child_process.js:6:13
VSCODE does not start.
the same is true for uninstalling and reinstalling.
is there a solution to this?