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

[Feature] Dynamically list project IDs from a given jsii lib #8

Closed MarkMcCulloh closed 2 years ago

MarkMcCulloh commented 2 years ago

Is your feature request related to a problem? Please describe. The base project types from projen are only statically listed, and types from external libraries are not listed at all.

Describe the solution you'd like When running the command to create a new project, the package should be fetched to determine available project types

MarkMcCulloh commented 2 years ago

Done in v0.0.24