diff --git a/package.json b/package.json index b9bce41..54defaa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "title": "Update Addon" } ], - "configuration":[ + "configuration": [ { "title": "Blender", "properties": { @@ -76,5 +76,8 @@ }, "dependencies": { "request": "^2.87.0" - } -} \ No newline at end of file + }, + "extensionDependencies": [ + "ms-python.python" + ] +}