matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

Cannot toggle the extension #12

Open Oniriik opened 1 year ago

Oniriik commented 1 year ago

Hi,

Looks like my extension is not running, when i use "toggle Meteor toolbox auto run"

here is what i got > Command 'Configuration: Toggle Meteor Toolbox Auto Run' resulted in an error (command 'config.commands.meteorToolbox.toggleAutoRunPackagesWatcher' not found)

do you have any ideas how to debug or fix this ?

matheusccastroo commented 1 year ago

Hello, @Oniriik!

What I can think here is that it either didn't install correctly the extension (as it seems that it didn't registered the commands), or maybe (I don't think it's the case, but who knows) you have a conflict between extensions?

Have you tried uninstalling and then installing the extension again?