I don't use vscode for java, I use it for other parts of the project.I don't want these files to be there, because: The extension uses jdt_ws which creates these files.
No files are created, compiled, copied without developer's consent! Additional Informations class files being generated in your bin directory, kotlin files being copied there as-is (which doesn't make any sense), other resources being copied there without any reason. I spent a lot of time debugging where these files are being created, who and why makes them, and I don't want my project polluted with completely useless copies of the project files. Random files begin to appear in my bin directory after I generated a lot of code by using my custom code generator.