- Create a new command in src/client/datascience/constants
- Register the command in this file
- Add an item to the quick pick menu for your new export method from inside the getExportQuickPickItems() method (in this file).
- Add a new command to the command pallete in package.json (optional)
- Declare and add your file extensions inside exportManagerFilePicker
- Declare and add your export method inside exportManager
- Create an injectable class that implements IExport and register it in src/client/datascience/serviceRegistry
- Implement the export method on your new class
- Inject the class inside exportManager
- Add a case for your new export method and call the export method of your new class with the appropriate arguments
- Add telementry and status messages
export
Directory actions
More options
Directory actions
More options
export
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||