philosowaffle / vs-openapi-designer

OpenApi Designer Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=philosowaffle.openapi-designer
GNU General Public License v3.0
15 stars 2 forks source link

[19] fixing possible casing issue on linux OS's #21

Closed philosowaffle closed 5 years ago

philosowaffle commented 5 years ago

Issue 19

Linux filepaths are case sensitive while Window's are not. This is likely the cause of a bug where the extension would not work on linux machines. Removed .toLowerCase() when fetching the file path.