Background scripts are always run in global scope
Experience of running background scripts is not the same in VS Code vs Instance (Scripts - Background) While VS Code status bar shows the current scope, Background Script always runs in rhino.global scope, making scoped scripts untestable. For exampl...
