LedgerHQ / ledger-vscode-extension

A VS Code extension providing tools to accelerate development of apps for Ledger wallets.
Apache License 2.0
6 stars 3 forks source link

Improve App detection #40

Closed cedelavergne-ledger closed 3 months ago

cedelavergne-ledger commented 4 months ago

Today, using an equivalent of grep to get APPNAME is not sufficient, because some apps, like Ethereum have complex structure with submakefiles. Best way is to use make listinfo to retrieve the information.

cedelavergne-ledger commented 3 months ago

Fixed in v0.7.0