Skip to content
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

New File -> (module|package)-info.java should be handled properly #1405

Closed
anthonyvdotbe opened this issue Apr 21, 2020 · 1 comment · Fixed by #1415
Closed

New File -> (module|package)-info.java should be handled properly #1405

anthonyvdotbe opened this issue Apr 21, 2020 · 1 comment · Fixed by #1415
Assignees
Labels

Comments

@anthonyvdotbe
Copy link

As the title says. The steps below are for module, but package-info.java has the same issue

Environment
  • Operating System: Windows 10
  • JDK version: 14
  • Visual Studio Code version: 1.44.2
  • Java extension version: 0.60.0
Steps To Reproduce
  1. New File -> module-info.java
Current Result

image

Expected Result

A proper module declaration

@fbricon
Copy link
Collaborator

fbricon commented Apr 28, 2020

New module-info.java:
module-info

New package-info.java:
package-info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants