Closed tyler36 closed 3 years ago
is this folder by chance being ignored in the list of ignored paths in your settings.json?
oh, wasnt thinking, npm tasks, these are provided by VSCode itself, Task Explorer simply displays them. So check your ignore paths for vscode, or, vscode itself is ignoring this folder
I have 1 project that TaskExplorer refused to show tasks for in the sidebar. I spent some time debugging the issue (toggling settings and extensions). I can reproduce it as followed:
`package.json
I:\example\package.json
, I open VSCode atexample
I:\static\example\package.json
, I open VSCode atexample
, TaskExplorer is emptyI:\static\package.json
, I open VSCode at`static
I:\temp\example\package.json
, I open VSCode atexample
I:\temp\static\example\package.json
, I open VSCode atexample
, TaskExplorer is emptyI:\temp\staticc\example\package.json
, I open VSCode atexample
;I:\temp\static\hope\example\package.json
, I open VSCode atexample
, TaskExplorer is emptySo for me, if I open a project that is more than 1 level deep and one of it's parent folders is exactly called
`static
, TaskExplorer will not see any NPM tasks. Hopefully, this is some sort of bug and not a ghost in my machine.OS:
Win10
VSCode:1.50
TaskExplorer:1.27