To reproduce:
- Use Windows
- Open a project without a devfile as a workspace (eg. run the "Add folder to workspace" command, then select a sample project without a devfile)
- Right click on the folder, and select "Create Component from Folder"
expected: the "component name" field is populated with the folder name
actual: the "component name" is populated with the absolute path of the folder, using a Windows-style path (with drive letter and \)
To reproduce:
expected: the "component name" field is populated with the folder name
actual: the "component name" is populated with the absolute path of the folder, using a Windows-style path (with drive letter and
\)