ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
533 stars 125 forks source link

Lenient YAML Parsing #211

Open cmmoran opened 1 year ago

cmmoran commented 1 year ago

Fixes: https://github.com/ashald/EnvFile/issues/213

If EnvFile encounters a well-formed YAML configuration file that contains values other than literal strings, it will fail with a ClassCastException.

This change should have no effect on YAML files with string literal values but will allow EnvFile to support a wider range of configuration files without issue.