xquery version "1.0-ml";
import module namespace admin = "http://marklogic.com/xdmp/admin"
at "/MarkLogic/admin.xqy";
import module namespace json="http://marklogic.com/xdmp/json" at "/MarkLogic/json/json.xqy";
import module namespace pase_utilities="pase_utilities" at "pase-utilities.xq";
Steps to Reproduce:
Add the pase-utilities file mentioned in step 3 to the content root:

Set the content root to sources:

Run the code
Note the error in the console:

Any ideas what I might be doing incorrectly? I looked over your guide for adding modules, but still having issues (https://rhdunn.github.io/xquery-intellij-plugin/tutorials/module-paths.html)