microsoft / vscode-arduino

Visual Studio Code extension for Arduino
Other
1.17k stars 223 forks source link

Library Manager search is incomplete #160

Closed robotdad closed 7 years ago

robotdad commented 7 years ago

If I search Azure in VS Code I find nothing. image

In the Arduino IDE I find the Azure IoT libraries. image

robotdad commented 7 years ago

I was showing this to Zhidi and it did not repro. For the screenshots above I searched in VS Code first, then in Arduino IDE. Perhaps some caching happened from the Arduino IDE side?

testforstephen commented 7 years ago

@robotdad In current vscode library manager, we did some filter in advance and it only shows the libraries that're supported by currently selected board's architecture. But it seems arduino IDE will show all libraries no matter what is the current board type. i guess that is the reason.

Azure libraries only support Arduino MKR1000/Zero, Adafruit Huzzah and Feather M0, or SparkFun Thing, could you change the current board type to one of these boards, and check if "azure" search works?

testforstephen commented 7 years ago

code checked-in. could be verified at next release.