You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove support for arbitrary extension for --config-path and BIOME_CONFIG_PATH. We should handle only .json and .jsonc and emit an error otherwise.
#4942
At the moment, a command like the following is accepted:
The
file.yml
gets interpreted as a JSON/JSONC file, which is incorrect. The task is to reject such cases.The text was updated successfully, but these errors were encountered: