Home > OS >  How can I disable actual commands in NPM scripts explorer?
How can I disable actual commands in NPM scripts explorer?

Time:12-09

After latest update, my NPM explorer panel looks very wide now:

enter image description here

How can I disable this? I want to show only actual command name, like dev, build, start, etc...

I want it to look like before:

enter image description here

CodePudding user response:

I don't think you can - it was just added in Improve appearance of NPM scripts tree.

I see nothing in the commit that mentions a setting to disable. I think it may technically be a task.detail but the one setting that operates on that does nothing about the NPM Scripts view.

You may have to file an issue to get an option added.

  • Related