wpilibsuite / vscode-wpilib

Visual Studio Code WPILib extensions
Other
111 stars 49 forks source link

RoboRIO provider ordering is bad #149

Open ThadHouse opened 5 years ago

ThadHouse commented 5 years ago

https://github.com/wpilibsuite/vscode-wpilib/blob/master/vscode-wpilib/src/cppprovider/apiprovider.ts#L186

With the GR changes, the RoboRIO name was changed. That needs to be updated here.

ThadHouse commented 5 years ago

I fixed the ordering, but I want to figure out how to make the name better before I change this.