-
Notifications
You must be signed in to change notification settings - Fork 455
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
How to disable automatic update of ".project" files and ".settings" folders at project opening #2741
Comments
AFAIK, there is no switch for that so far. 😥 |
I'd like to have this option too. Anything new on it? |
You can try
|
Thanks @snjeza but it did not do what I wanted. Files are still being detected and modified by the extension in the loading in process. You can easily try it with by importing into workspace a project with .project with unpretty xml.. extension will automatically tidy it up for you.. since these files are maintained / used by another IDE, I'd rather have Code not touching them. BTW this flag looks interesting: java.import.generatesMetadataFilesAtProjectRoot (docs) |
And update on this issue? It seems still exist? I have test small repo here and when I open it the eclipse project files get modified and I would like to avoid that, since the project also is controlled by a gradle build. (But I would like to preserve the eclipse build file a we have people do not use gradle and still use eclipse and those eclipse project files are checked in.) |
I highly support this. I would also love to see a setting to turn this off. |
I have a folder/workspace/project (originally created with Eclipse and maintained with Git) containing a large number of sub-projects.
Now I am trying to switch to VsCode, but every time I open this workspace every .project file and every .settings folder are automatically updated.
Since they are under git maintenance these automatic updates are quite frustrating.
Is there some setting for disabling this behavior?
I already tried many settings, among with:
but without success.
Any hints?
Thank you very much
Environment
The text was updated successfully, but these errors were encountered: