You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing a platform, the installed version string is missing from the response JSON when running core search. It's available on the core list response. If there are no technical limitations, please set the installed property of the Platform for core search as described on the API. Thanks!
Describe the request
After installing a platform, the
installed
version string is missing from the response JSON when runningcore search
. It's available on thecore list
response. If there are no technical limitations, please set theinstalled
property of thePlatform
forcore search
as described on the API. Thanks!arduino-cli/rpc/cc/arduino/cli/commands/v1/common.proto
Lines 77 to 78 in 558130b
Describe the current behavior
installed
andlatest
withcore search
:null
"1.8.6"
installed
is set forcore list
responses:"1.8.6"
installed
is still missing forcore search
:"1.8.6"
null
Arduino CLI version
arduino-cli Version: git-snapshot Commit: 357d465 Date: 2023-01-03T09:30:23Z
Operating system
macOS
Operating system version
11.6.5
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: