linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
40 stars 6 forks source link

New Justfile action overwrites existing file without prompt #9

Closed ruffCode closed 9 months ago

ruffCode commented 2 years ago

When attempting to create a new Justfile via File > New > Justfile there is no check performed for an existing Justfile.

Ideally, there should be a prompt to choose an action ( cancel, rename, overwrite), or at the very least prefix the filename newfile.just.

Thanks.