"There is no data provider registered that can provide view data"
From Googling it appears that's a result of the extension not having activated. Which I presume means it loaded the 'package,json' and enough to add the icon for itself, but clicking that doesn't cause the extension to activate.
That it runs on 64-bit suggest there's something missing on 32-bit, some dependency not met.
Turning Developer Tools on revealed Serial Monitor isn't activating, doesn't have a native build. And perhaps some others which I unfortunately lost having cleared history.
I guess it's now a matter of finding where those dependencies are specified or needed, commenting them out or providing what's needed. For now I don't care if the dependencies aren't met, cause problems later on. Just getting it activated jumps us over the first hurdle, which is currently a show-stopper.
Et viola, on 32-bit ...
Onwards and upwards.
From Googling it appears that's a result of the extension not having activated. Which I presume means it loaded the 'package,json' and enough to add the icon for itself, but clicking that doesn't cause the extension to activate.
That it runs on 64-bit suggest there's something missing on 32-bit, some dependency not met.
Turning Developer Tools on revealed Serial Monitor isn't activating, doesn't have a native build. And perhaps some others which I unfortunately lost having cleared history.
I guess it's now a matter of finding where those dependencies are specified or needed, commenting them out or providing what's needed. For now I don't care if the dependencies aren't met, cause problems later on. Just getting it activated jumps us over the first hurdle, which is currently a show-stopper.
Et viola, on 32-bit ...
Onwards and upwards.
Statistics: Posted by hippy — Mon Nov 18, 2024 6:14 pm