One extension to manage the ebook.
- Query the ebook from Amazon or douban with ISBN
- Store the ebook information to json
- Format the eBook path with book information json
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
- Query the bookworm with amazon
- Store the book information to json
- Load the book information from json
- Format the path according to book information
Enjoy!