You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed the Julia extension. When I open Theia IDE I get the following notification: Activating extension 'Julia' failed: Cannot read properties of undefined (reading 'indexOf'). I have correctly defined the executable path in the Julia extension. Perhaps consequence of that I am unable to "Julia: Run File in New Process", "Julia: Debug File in New Process" or "Julia: Execute active File in the REPL". All the Julia extension commands I tried appear to be totally ignored.
Steps to Reproduce:
Install Julia
Install the Julia Extension
Define the executable path in the Julia extension
Write a short Julia script and save it, e.g: println("Hello Theia")
In the Command Palette try a command to run the script, e.g: "Julia: Execute active File in the REPL".
Additional Information
Operating System: macOS: 15.2
Theia IDE Version: 1.57.100 (1.57.100.190)
The text was updated successfully, but these errors were encountered:
Thanks for reporting, @ASaragga! I can indeed reproduce the issue with the Julia extension.
Here is a detailed log on activating the extension:
2025-01-23T07:59:59.858Z root ERROR [hosted-plugin: 3437856] Activating extension 'Julia' failed: TypeError: Cannot read properties of undefined (reading 'indexOf')
at Object.activate (/home/remi/.theia-ide/deployedPlugins/julialang.language-julia-1.127.2/extension/src/interactive/repl.ts:1326:27)
at /home/remi/.theia-ide/deployedPlugins/julialang.language-julia-1.127.2/extension/src/extension.ts:84:14
at Generator.next (<anonymous>)
at s (/home/remi/.theia-ide/deployedPlugins/julialang.language-julia-1.127.2/extension/src/docbrowser/documentation.ts:315:5)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Bug Description:
Installed the Julia extension. When I open Theia IDE I get the following notification: Activating extension 'Julia' failed: Cannot read properties of undefined (reading 'indexOf'). I have correctly defined the executable path in the Julia extension. Perhaps consequence of that I am unable to "Julia: Run File in New Process", "Julia: Debug File in New Process" or "Julia: Execute active File in the REPL". All the Julia extension commands I tried appear to be totally ignored.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: