Azure Run Manga VS Code Extension
This extension adds a command to run the azurerunmanga.py Python script from the Command Palette.
Usage
- Open your workspace containing the
mm/azurerunmanga.py script.
- Press
Ctrl+Shift+P and search for Run Azure Run Manga Python Script .
- The script will launch in a new VS Code terminal.
Packaging as .vsix
- Install vsce:
npm install -g vsce
- In this extension folder, run:
vsce package
This will create a .vsix file you can install or distribute.
Requirements
- Python must be installed and available in your PATH.
- The script must be at
mm/azurerunmanga.py relative to your workspace root.
| |