Description
Microsoft's Live Share extension has been incredibly useful to the programmers on my team. However, we've run into a few problems when trying to use the WPILib extension with it.
(For reference, both the host and client machines have the WPILib extension installed.)
The biggest issue is that the "Create a new class/command" option provided by the WPILib extension is not shown on any of the client machines.
However, I've also noticed that the clients are unable to import WPILib classes as a quick fix (the yellow lightbulb), with vendor dependency classes causing even more trouble. I'm not sure if this could be fixed by the extension or is the result of a Live Share configuration, however.
I have not attempted to deploy from a client, as I'm not sure if it would (or even should) work.