madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

No tasks listed when in Folder View #59

Open creage opened 6 years ago

creage commented 6 years ago

Installed product versions

Description

Opening a folder does not populate tasks from package,json located in this folder

Steps to recreate

  1. Have a folder with package.json in it, with some tasks
  2. in VS using File->Open->Folder open the folder from step 1

Current behavior

Task Runner Explorer does not list tasks defined in the package.json, saying "No task runner configuration were found"

Expected behavior

Tasks should be listed

SimonGustavsson commented 6 years ago

This was my exact use case I wanted the extension for. I frequently do this in VS Code, would be cool if it worked in VS too. Is this doable, or is this a limitation by Microsoft similar to #37 ?

madskristensen commented 6 years ago

Yes, it is similar to #37 in that there is nothing this extension can do to fix it

SimonGustavsson commented 6 years ago

Figured as much, how unfortunate. Thanks for the rapid response!

SteveVaneeckhout commented 3 years ago

@madskristensen Now that VS2022 is in development, can the related VS issue be looked at?