chialiyun / DiagramsPreviewerVSCExt

Visual Studio Code Extension to preview Diagrams (Diagram as a Code)
MIT License
6 stars 0 forks source link

Ignore filename argument #4

Closed chialiyun closed 2 years ago

chialiyun commented 2 years ago

Currently, the code ignores the filename argument explicitly by fileName. Hence, it will fail cases where filename is used instead.

This PR is to compare the argument in a case insensitive manner.