Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Project template parameters do not show in the Create New Project wizard #1659

Open
dimodi opened this issue Dec 3, 2024 · 0 comments
Labels
area-templates Experiences around the project/item templates bug Something isn't working

Comments

@dimodi
Copy link

dimodi commented Dec 3, 2024

Describe the Issue

The "Create New Project" wizard in VS Code ignores project template parameters (symbols) of datatype "float", "hex", "int", "string", and "text". These parameters never appear in the UI during project creation.

Only the "bool" and "choice" parameters seem to be working.

Steps To Reproduce

  1. Pack the template project from the provided ZIP or directly install the included NuGet package.
  2. Review the available project template parameters in the .NET CLI (7 in total) and compare them with the New Project creation wizard in VS Code (only 2).

VsCodeTemplateTest.zip

Screenshots

Image

Image

Image

Expected Behavior

All project template parameter (symbol) dataTypes should be supported.

Environment Information

  • macOS Sonoma 14.7.1

  • VS Code:

    Version: 1.95.3 (Universal)
    Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
    Date: 2024-11-13T14:50:04.152Z
    Electron: 32.2.1
    ElectronBuildId: 10427718
    Chromium: 128.0.6613.186
    Node.js: 20.18.0
    V8: 12.8.374.38-electron.0
    OS: Darwin arm64 23.6.0

  • C# DevKit 1.13.9

@dimodi dimodi added the bug Something isn't working label Dec 3, 2024
@webreidi webreidi added the area-templates Experiences around the project/item templates label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates Experiences around the project/item templates bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants