The extension packages runex as a pex
pip install pex
pex runex -m runex.cli -o runex.pex
then it runs it:
[your python interpreter] runex.pex [args] root-dir out-file
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
You need to have a python interpreter installed. Python 3 is required.
Through the contributes.configuration extension point this extension contributes the following settings:
llmPrompt.pythonPath: set python interpreter path, defaultpython3llmPrompt.runexFlags: Command-line flags to pass to runex.pex (e.g. '-s' for structure-only, '-oj' for JSON output).
runex packaged as pex
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
- Press
Ctrl+Space(Windows, Linux, macOS) to see a list of Markdown snippets.