cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

VS2019 Fails to Refresh Tasks on Open #108

Open lprichar opened 5 years ago

lprichar commented 5 years ago

Summary

When opening a cake enabled solution for the 1st time in VS2019 the task explorer isn't populated.

Repro Steps

  1. Close Visual Studio 2019
  2. Open Visual Studio 2019
  3. Open a solution with a cake file, mine is a solution item
  4. Open task runner explorer window

Expected: to see tasks from cake file Actual: empty set of tasks

Workaround

Clicking the refresh button in the top left of task runner explorer fixes it and shows all tasks for the duration of the session.

soroshsabz commented 3 years ago

related to #132