Closed
Description
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:
- 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)