Thanks for the report – we carried out some tests locally and found that CodeMix does fail (and not gracefully) when it does not have Internet access.
As far as CodeMix functionality itself is concerned, you’d see the following failures.
a) Inability to install extensions / extension packs
This unfortunately seems to impact new project creation, which fails as well. Note that you can still create projects externally and import them into your workspace using File > Open Projects from File System
.
b) Updates won’t work
If you open access to *.genuitec.com, you should be good on both fronts.
Could you tell me what action sequence you tried and what freezes you experienced – in our testing, some actions failed outright with error dialogs, but none of these failures caused Eclipse to freeze.
c) npm
If you run an npm install
for one of your projects, npm itself will need to reach out to the npm registry here: https://registry.npmjs.org/ to download modules.
This is an example of tools that are outside our control for the moment -here you would need to configure npm and/or your firewall accordingly.
We’re already working on ensuring we perform better when offline, will update this bug with details as we progress.
Thanks!