I created a Python script to convert a .v5python file to a VSCode project folder.
The directory created will be the following:
.vscode /
--- extensions.json
--- settings.json
--- vex_project_settings.json
src /
--- main.py
Please leave me feedback and improvements! Let me know if this has helped you!