<@U74ULSA1H> Thanks, that seems to have fixed the ...
# scripting
b
@Gary Tierney Thanks, that seems to have fixed the issue. The script host doesn't throw any erros however the script still doesn't get executed for me. When I print out the diagnostic it shows me the following error: "Message: com/intellij/openapi/util/Disposer Exception: java.lang.NoClassDefFoundError: com/intellij/openapi/util/Disposer". After adding "group: 'com.intellij', name: 'openapi', version: '7.0.3'" to my classpath it still can't find some of the methods: "Message: com.intellij.openapi.util.Disposer.newDisposable()Lcom/intellij/openapi/Disposable; Exception: java.lang.NoSuchMethodError: com.intellij.openapi.util.Disposer.newDisposable()Lcom/intellij/openapi/Disposable;". Is there anything I am still missing?