ASinanSaglam / BNG_vscode_extension

0 stars 0 forks source link

Run command: file with the same name as folder to be created #2

Open ASinanSaglam opened 3 years ago

ASinanSaglam commented 3 years ago

If run command needs to create a folder that shares the name with a file that's already in the work space (e.g. mymodel.bngl wants to create mymodelas a folder but there is already a file named mymodel), the folder create command silently fails without letting the user know.

It should at least let the user know, if not just create the folder. This is done via vscode API and not via regular JS route, doc here