magik-vscode
magik-vscode copied to clipboard
Magik Class Browser "Uncaught Errors" - 5.2.10
When click "Connect" in the Magik Class Browser I receave the error in screenshot and class browser does't work. VSCode 1.73.1 - GE Smallworld 5.2.10 - Magic VS Code v.0.2.3 Thanks, Michele
Works for me. Suggest you run npm update in the magik-vscode directory to ensure node.js modules are up to date.
-paul
To try and follow your advice I did this:
- I had the latest version of nodejs installed
- I reinstalled the extension through the .vsix file
- I reinstalled the extension using the git clone command For each attempt I also ran npm update from the extension folder but I still get the same error, class browser won't connect. I noticed that by installing the extension via .vsix the folder .vscode\extensions\ge-smallworld.magik-vscode-0.2.3 is created while with git clone the folder is .vscode\extensions\magik-vscode and the contents of files is slightly different. I also noticed that there is no "relocate_products()" (method or proc) because when I call it it is asked to create it as a global variable. I hope you can help me understand what the problems are.