purduesigbots / pros-vsc

PROS plugin for VS Code
Mozilla Public License 2.0
21 stars 6 forks source link

:children_crossing: Don't prompt user to upgrade Okapi if Okapi isn't installed #197

Closed AndrewLuGit closed 9 months ago

AndrewLuGit commented 12 months ago

Our upgrade project message is pretty dumb and always assumes the user has both kernel and okapi installed. This PR does a quick and dirty check for if Okapi is currently installed in their project, and doesn't prompt the user to upgrade Okapi if it isn't installed.