hls vscode-extension-schema
generates a wrong config type
#2423
Labels
component: cli
About the pure command line interface of the hls executable
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
The command outputs for wingaman hole severity option:
but its type should be
integer
insteadstring
, as we can check in the enum values. It produced abug in the vscode extension fixed when we changed the type to integer//cc @berberman @isovector
The text was updated successfully, but these errors were encountered: