You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thepom.xml
) and then I try to move it to different folder:.vscode
folder that contains alaunch.json
-> doesn't workmy-folder
-> doesn't worksrc\main\resources\
folder -> work as expectedAfter moving it to
src\main\resources\
folder, I try to move it back to the root, this doesn't work.The text was updated successfully, but these errors were encountered: