Explorer: auto create folder when file path ends with /
#173902
Labels
feature-request
Request for new features or functionality
file-explorer
Explorer widget issues
verification-found
Issue verification failed
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
For now on
explorer.newFile
vscode doesn't distinguish wether inputbox has trailing/
or not. It would create file instead of folder in that case, which can be handy.For now if you run
explorer.newFile
had an idea to create new file within new foldertest/integration/etc
and then forgot test name to create or decided to do it later you cannot just create folder from typed value. You have either:test/integration/etc/a
and then remove just created fileexplorer.newFolder
and paste valueI want clean and fast way to switch between creating file or folder. Please see my implementation for desired behavior: #173901
The text was updated successfully, but these errors were encountered: