JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
540 stars 70 forks source link

Support Reload on Save with new Extensions Platform #163

Closed zachEastin closed 1 month ago

zachEastin commented 1 month ago

This commit adds a new function folderContainsAddonEntry to check if a folder contains an addon entry. It first checks for the presence of a blender_manifest.toml file and if found, If the file is not found or cannot be read, it falls back to checking for the presence of an __init__.py file.