The package.json is not recognized if it doesn't have a scripts block and if you have nested package.json inside other folders (those appear correctly). Not the even the default install command appears.
If you add a dummy command in the script block of the package.json it appears, but the install command doesn't appear either.
If you move the package.json inside a folder. It works as expected.
Also, the Gruntfile.js from the root works as expected.
I'm willing to help debugging this issue if necessary. Let me know if you need any other info.
shoulda read that more carefully the first itme.... its intended to skip the install task (use 'install' from the context menu), and it is also intended to not show the tree node of there are no tasks
Using:
Visual Studio Code 1.47.2 Windows 10
Problem:
The package.json is not recognized if it doesn't have a scripts block and if you have nested package.json inside other folders (those appear correctly). Not the even the default install command appears.
If you add a dummy command in the script block of the package.json it appears, but the install command doesn't appear either.
If you move the package.json inside a folder. It works as expected.
Also, the Gruntfile.js from the root works as expected.
I'm willing to help debugging this issue if necessary. Let me know if you need any other info.