PathPlanner Import Issues

We have the PathPlannerLib.json file in the vendordeps folder and nothing seems to be wrong. However, when the imports are used in our auto code, an unresolved problem appears:

VS Code’s quick fix only offers the option to remove the import statements.

Any suggestions on how to resolve the issue?

Does the code build successfully? If so, its just vscode being dumb.

No, it won’t build due to compilation errors with the imports. I’m not sure why it doesn’t work with our code though- we used another team’s auto code and I double checked the imports with a different team’s 2023 auto.

Have you updated the code to work with 2024 pathplanner?

Got it- the files were moved to a different locatin/folder in the repo, so the imports were incorrect. Thanks for all the help!