You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Pack the template project from the provided ZIP or directly install the included NuGet package.
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).
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
VsCodeTemplateTest.zip
Screenshots
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
The text was updated successfully, but these errors were encountered: