-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New File doesn't accept a filename #13303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
vs-code opens a new system explorer window, because normally this command is called from the Welcome page. Creating a new file directly in the workspace would need an additional validation to check if the file already exists. What do you expect to happen in Theia? |
Clicking the small "new file" icon in the Explorer heading prompts for a filename and then opens an editor for it. I expected that the menu item "New File" would do something similar: I'll type in a filename and an editor will open for it. |
@profbbrown @JonasHelming |
Bug Description:
Selecting New File... from the File menu brings up a selection box prompting the user to "Select file type or enter file name." However, entering a filename doesn't do anything. The box disappears and no new editor is opened.
Additional Information
Extensions loaded:
The text was updated successfully, but these errors were encountered: