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

chore: find projects via tasks #27

Closed JohannesKonings closed 4 months ago

JohannesKonings commented 4 months ago

As far as I understand the deps.json is used to determine if it's a projen project. Projen relies more on the tasks.json: https://github.com/projen/projen/blob/bec9bc44dcab5c121dc7b9f772bafa2ebe300a36/src/cli/synth.ts#L45

Could that be changed, so that for a projen base project without deps the tasks are shown in the extension?