Atom Tools: updating gem autoload settings registry for ME and SMC to disable script canvas developer gem

Script canvas and related gems were already being disabled for some atom tools. The script canvas developer gem was not added initially because it’s not used in automated testing or other common projects.

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2022-01-20 16:58:48 -06:00
parent bd57a2832b
commit b49a7a9975
2 changed files with 6 additions and 0 deletions
@@ -28,6 +28,9 @@
"ScriptCanvas.Editor": {
"AutoLoad": false
},
"ScriptCanvasDeveloper": {
"AutoLoad": false
},
"ScriptCanvasPhysics": {
"AutoLoad": false
},
@@ -28,6 +28,9 @@
"ScriptCanvas.Editor": {
"AutoLoad": false
},
"ScriptCanvasDeveloper": {
"AutoLoad": false
},
"ScriptCanvasPhysics": {
"AutoLoad": false
},