I am trying to create a custom widget by following the docs.
In the tutorial, it uses the import edu.wpi.first.shuffleboard…
Whenever I try putting this in my own code, VSCode says “The import edu.wpi.first.shuffleboard cannot be resolved” and when I try building, I get the following message: error: package edu.wpi.first.shuffleboard.api.widget does not exist
Any help would be greatly appreciated