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
Question Description
I'm developing a plugin for arm gcc and I want to set the PLUGIN.name to arm-none-eabi-gcc but it is not a accepted value.
I saw a regex to validate the name and it does not allow "-" characted in the name.
Would it be possible to modify the regex to enable such name ? or shell i just stick to "_" ?
Thanks
The text was updated successfully, but these errors were encountered:
Version
v0.5.4
OS
Windows
Question Description
I'm developing a plugin for arm gcc and I want to set the
PLUGIN.name
toarm-none-eabi-gcc
but it is not a accepted value.I saw a regex to validate the name and it does not allow "-" characted in the name.
Would it be possible to modify the regex to enable such name ? or shell i just stick to "_" ?
Thanks
The text was updated successfully, but these errors were encountered: