Added logic to handle custom scripts from workspaces

This commit is contained in:
2021-07-24 17:24:01 +02:00
parent d5b2d3605b
commit be6838f97b
9 changed files with 71 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ class WorkspaceSettingsNameEnum(Enum):
default_project = 'DefaultProject'
projects = 'Projects'
scripts = 'Scripts'