This is the README for your extension "slice". After writing up a brief description, we recommend including the following sections.
Dependencies:
-
"name": "axios" -
"name": "objects-to-csv" -
"name": "node-fetch" -
"name": "request",
- Slice.upload - uploads daily data to analytics through the backend
Calling out known issues can help limit users opening duplicate issues against your extension.
Initial release of Splice in Beta
extension.js: the gateway file to the extensionlib/Constants.js: bunch of constant fileslib/Core.js: is the main controller that makes communication with the backendlib/Log.js: logs to Console and Performs VSCode popup messages for important informationlib/Uploader.js: is the uploader modulepackage.json: Extension/NPM description file (commands, meta info, scripts, ...)