I recently upgrade my VSCode Extension Pack version too (vscode-wpilib-2019.1.1) from my previous version of (vscode-wpilib-2019.0.0-alpha-4) I am aware that the projects previously created with the alpha version will not work with the new extension, so I created a new project and only transferred certain things over that I needed. I went to check the build.gradle to add … repositories { mavenCentral() }
like you needed to do previously (I realize it is already in the new version) and noticed that both compile navx() and compile ctre(); dependencies where missing. Because of this when I added in my Drive system I was getting errors for the ctre imports.
I was wondering if anyone knew what you needed to add to build.gradle dependencies to get the ctre imports