Tool/software:
Hi TI,
I am not a fan of the old CCS-eclipse experience, so I am happy enough with the move to Theia. And I understand that the old CCS is deprecated by the future release of CCSTheia 1.5.
One general comment: please consider that this toolset is used by developers in classified environments that are locked-down in regards to full/any internet access. So, if there are hardcode assumption to go check the network for blah or blah, that's not ideal.
Aside from that, I do have an immediate issue(s) with Extensions.
1) In VSCode, Extensions are tied to 'Marketplace' -- and it works that if you click on an installed extension, then you can see info about the extension in one of the centrally located views. However, Theia seems tied to Open-VSX Registry. It may be a problem of being in a restricted environment, but the attempt to access that (online) registry causes a TIMEOUT, in big red letter. I can get that to go away by adjusting Extension Proxy Settings, but there is never any Info update to the central view panel, as there is in VSCode. So, it seems like there is an expectation that Theia can reach Open-VSX. I don't see anything equivalent to VSCode's settings.json, where that might be configured.
2) Some VSCode extensions don't load (again, this are the approved extensions / versions that are cached on a closed network). Do you know how I can get more info on what went wrong?
3) Some extensions load, but don't update the F1 menu (even after Theia restart). For instance 'TaskRunner' installed, but there are no Task items in the F1 menu
vs.
I started to dig some on Theia's documentation, but I wanted to get TI's take on this situation, hoping to save time.
Thanks