Zt-freak / DevOpsWorkItemRESTRequestButton

Adds a custom control with a button that sends a REST request.
https://marketplace.visualstudio.com/items?itemName=Apodemus.RESTRequestButton
MIT License
3 stars 3 forks source link

Compatibility with case sensitive file systems #118

Closed matteopessina closed 1 year ago

matteopessina commented 1 year ago

Hi, I tried to build the project in linux, which has a case sensitive file system, and I got

Module not found: Error: Can't resolve './RestRequestButton.scss' in '/home/<OMITTED>/source/repos/Matteo/DevOpsWorkItemRESTRequestButton/src/Components/RESTRequestButton'

I find out that the issue is caused by the following line which reference the .scss file with a name that has a different case: Rest instead of REST.

https://github.com/Zt-freak/DevOpsWorkItemRESTRequestButton/blob/a29af3f835fcf1c8a2a21afb1444b671d2726c0d/src/Components/RESTRequestButton/RESTRequestButton.tsx#L5

Zt-freak commented 1 year ago

should be fixed now.