ab5tract / comma-plugin

Apache License 2.0
8 stars 1 forks source link

Raku meta file is missing (not raku project) #15

Open librasteve opened 6 days ago

librasteve commented 6 days ago

I am using Comma Plugin 2.0 in the latest IntelliJ IDEA Universal.

I create a new Python project and get the error:

Raku meta file is missing

So I suggest that the plugin is too earnest and should only flag this error if this is a new Raku project.

ab5tract commented 5 days ago

Indeed. Currently this is the mechanism for checking whether this is a new Raku project. I'll have to think a bit on how to manage this, as it is also an issue for Raku script-only projects as they do not create/expect a META6.json either.