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

Unable to move resource files in Java Projects view #775

Open
jjoslet opened this issue Jun 21, 2023 · 1 comment
Open

Unable to move resource files in Java Projects view #775

jjoslet opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jjoslet
Copy link

jjoslet commented Jun 21, 2023

A resource file cannot be drag and dropped to any folder in the Java Projects view, some works, some others not.

Step to reproduce

I create a file .env at the root of a Maven project (near the pom.xml) and then I try to move it to different folder:

  • the .vscode folder that contains a launch.json -> doesn't work
  • a newly created folder my-folder -> doesn't work
  • the src\main\resources\ folder -> work as expected
    After moving it to src\main\resources\ folder, I try to move it back to the root, this doesn't work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants