potiuk commented on PR #48606:
URL: https://github.com/apache/airflow/pull/48606#issuecomment-2768851859

   Yeah. We want to delete those .gitignored files - this clean is really 
'cleanup really everything' and it helpa withe cleaning stuff like node_modules 
etc that are left after moving directories around. 
   
   
   Sorry you lost your debug settings, indeed .vscode should like be spared ... 
And yeah, we did not treat .vscode users as good as intellij users....
   
   Which is an opportunity -two thing:
   
   * You can now refresh and start clean (yeah I know it's not best in the 
middle of Airflow 3 frenzy
   
   * You can contribute something similar to what we have in `setup_idea.py` - 
one of the reasons I was releaxed with this clean is that we have now super 
easy way of restoring a nearly complete intellij setup with all the src/test 
folders, exclusions and such - by just running 'uv run setup_idea.py` - that 
restores most of the configuration in seconds. Should we do the same for 
.vscode ? Maybe a good contribution @rawwar :) ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to