-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating extension 'Julia' failed: Cannot read properties of undefined (reading 'indexOf') #14759
Comments
Thanks for reporting, @ASaragga! I can indeed reproduce the issue with the Julia extension.
From what I could read from https://github.com/julia-vscode/julia-vscode/blob/2ed90c228422854b4748fa3963c76fa9e4125bb9/src/interactive/repl.ts#L1325, it looks like Theia does not have the preference |
Since the root of the problem has already been identified (a missing preference) just wanted to +1 (Ubuntu 24.04.1 LTS). |
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: