MarkMcCulloh / vscode-projen

Visual Studio Code Extension for Projen
https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen
Apache License 2.0
20 stars 1 forks source link

[Bug] Information update triggers multiple times per `npx projen` #12

Closed MarkMcCulloh closed 2 years ago

MarkMcCulloh commented 2 years ago

Describe the bug When the filewatcher for the .projen folder triggers, it triggers multiple times (due to there being multiple files). This is inefficient because the whole point of the file watcher is to trigger when projen runs, not necessarily when each file changes.

Expected behavior The heuristic for detecting that projen has run (and thus the files in .projen have changed) must be more efficient and only run once per "npx projen".

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.

github-actions[bot] commented 2 years ago

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.