via Marketplace
-
Using CoinGecko and CoinMarketCap to fetch cryptocurrency prices.
-
Display top 100 coins on sidebar.
-
Display the most concerned coins on statusbar.
coinpeep.coinmarketcap.apiKey
: your coinmarketcap api key, please apply on https://pro.coinmarketcap.com/coinpeep.refreshInterval
: interval for refresh cryptocurrency pricescoinpeep.statusbar.enable"
: enable or disable to display on statusbarcoinpeep.statusbar.coinIds
: coin ids ars use for coingecko API, default is["bitcoin", "ethereum"]
, just find what you need on https://api.coingecko.com/api/v3/coins/list
Initial release
Add extension icon
Fix known issue: invalid arguments pass into embedded tradingview
Fix activation events
-
Bitcoin icons created by kerismaker - Flaticon
-
Increase icons created by Freepik - Flaticon
-
Decrease icons created by Freepik - Flaticon
- Open VS Code
- npm install installation packages
- npm run watch interactive watch mode to automatically transpile source files
- F5 to start debugging