Improve UX regarding adding files in new (nonexistent) folders #1639
inputusernamehere
started this conversation in
Ideas
Replies: 1 comment
-
I made an issue out of this discussion here because I think the fix is quite straightforward. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your work on Ionide! I have a minor improvement suggestion:
So right now it's possible to create a new folder in the regular file explorer, then switch to the F#/Ionide view, and create a new file in that folder. Let's say I call the folder
new_folder
, and inputnew_folder/new_file.fs
when I create a new file. It will work as expected.However if I do not create the folder my self first, I get hit with this error:
Error running command fsharp.explorer.addFile: Could not find a part of the path 'd:\code\ionide-folder-test\new_folder\new_file.fs'.. This is likely caused by the extension that contributes fsharp.explorer.addFile.
I think it would be smoother if Ionide just created the new folder for me.
Beta Was this translation helpful? Give feedback.
All reactions