rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
35 stars 23 forks source link

vs code plugin not working in version 2+ #72

Closed Rae3504 closed 2 years ago

Rae3504 commented 2 years ago

The button on the bottom bar no longer appears and doing Rojo: Open Menu from the command palette throws an error.

Screenshot 2022-08-13 at 12 46 46

Using rojo from the terminal still works fine though. For now, I've reverted to the previous release (1.13.4) and it works fine.

evaera commented 2 years ago

Did you try restarting VS Code and trying again? This error is pretty weird. It says the command is not found, which means the extension isn't loaded. There isn't much we can do about that if our code isn't being loaded at all. Running a command from an extension in VSCode is supposed to automatically load it.

Rae3504 commented 2 years ago

Yeah I mean I've tried everything, even reinstalled vsc. I did a bit of digging and I found this, hopefully this helps Screenshot 2022-08-13 at 19 38 56

evaera commented 2 years ago

So this is the latest version of VS Code?

Rae3504 commented 2 years ago

My bad actually, I didn't realise my files were still being opened the older version I had on my pc not the version I just downloaded. It is working fine now in the newest version of vsc.