Trying to find current version of Artimis board on arduino ide

I do not understand the problem is when you write “I do not see apollo in boards or library”.

What are you expecting to see or what is not working?

You include the sketch and I do see that thelibrary is included:

#include <SparkFun_VL53L5CX_IO.h>
#include <SparkFun_VL53L5CX_Library.h>
#include <SparkFun_VL53L5CX_Library_Constants.h>
#include <platform.h>
#include <vl53l5cx_api.h>
#include <vl53l5cx_buffers.h>
#include <vl53l5cx_plugin_detection_thresholds.h>
#include <vl53l5cx_plugin_motion_indicator.h>
#include <vl53l5cx_plugin_xtalk.h>

If you then select the Sparkfun Artemis Thing plus in the ArduinoIDE (as shown in my previous post) does it compile and can you upload?

Else what error messages do you get ?