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

IDE sometimes permanently loop in refresh till restart #44

Closed
Nightenom opened this issue Nov 11, 2023 · 4 comments
Closed

IDE sometimes permanently loop in refresh till restart #44

Nightenom opened this issue Nov 11, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Nightenom
Copy link
Contributor

Occasionally vscode enters into permanent refresh loop because of file watcher for build/neoForm/neoFormJoined<version>/unpacked/config/inject/mcp/client/Start.java
Reloading the window has ~50 % chance to stop it, always happens after clean import, during dev some actions may start the loop too (probably something what triggers NG to do neoform setup?)
Trace log of vscode java extension messages

@sciwhiz12 sciwhiz12 added the bug Something isn't working label Nov 12, 2023
@marchermans
Copy link
Contributor

I can not reproduce this in the current version, can you check?

@Anonymous2416
Copy link

same issue for me

CleanShot_2024-06-25_at_16.16.08.mov

@Nightenom
Copy link
Contributor Author

mitigation in .vscode/settings.json:

"files.watcherExclude": {
    "**/build/neoForm/**": true,
}

issue:
everything under build/neoform/<version>/patches gets notified in cycle of neoFormPatch task, example log entry:

2024-06-26 12:58:11.609 [trace] [File Watcher (parcel)]  >> normalized [CHANGED] p:\data\github\BlockUI\build\neoForm\1.20.4-20231207.154220\patches\server\net\minecraft\world\level\block\BaseEntityBlock.java.patch

@Nightenom
Copy link
Contributor Author

Cannot replicate after latest ng changes, probably solved in #232, feel free to reopen if someone is still affected

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

4 participants