Visual Studio Code losing Java/WPIlib context integration

We’ve got an odd one. We’ve got a workspace that had been working normally, and then suddenly, we’ve lost a piece of the nice integration. That is, we don’t get any coloration for warnings and errors, and we can no longer see the WPILib class reference.

A new project appears to have identical .vscode and .wpilib settings, and has the integration.

We’ve hunted high and low through the settings, and cannot find something that explains this.

Is there some setting we’ve turned off that we overlooked?

Thanks for any insight.

1 Like

Does this option from the command palette do anything?
image

We have had similar the gs happen on the student laptops. The pallet still works but inteli sense fails. We believe it is due to the students document folder being on onedrive and the synch speed just kills the background thread. It doesn’t happen on mentor laptops that aren’t cloud synched.

We have also found that doing a build robot code will show the errors a few seconds after it finishes. (The student computers are slow)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.