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
I'm running a 250+ commit rebase (repeatedly) on a Java project (zap-extensions).
The Java project has ~3k warnings. Periodically during the rebase, the warnings number will reset and then climb.
Expected results: while the file system is unsettled, pause updates. Once the file system is settled, perform an update.
(I'm currently playing with extensions, and that has dropped the number to a bit shy of 1k warnings, but the cost is quite significant given that I'm performing lots of rebases of a significant subset of the 250 commits.)
Extension version: 0.81.0
VS Code version: Code 1.59.0 (379476f0e13988d90fab105c5c19e7abc8b1dea8, 2021-08-04T23:14:40.191Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (8 x 2500)
You can set "java.autobuild.enabled": false while performing your rebase.
TBH I don't see how we could detect FS changes are caused by user changing content or by git operations.
I think it'd be sufficient to detect external changes to the repository and wait a bit before doing a build, and if there's another external changes, wait more.
You could check for the presence of the git rebase todo file, but I don't think it's a necessary gate.
I know this is an old issue, but since it's still opened, let me reuse it...
I encounter the same issue when doing some maven operations which will recompile classes.
The operation is randomly failed because some file is locked by other process. Since all operations happened inside container, I'm almost sure this is locked by java language server.
Is it possible to do something automatically for this issue? I think the dynamic delay suggested by jsoref is a good idea.
Issue Type: Performance Issue
I'm running a 250+ commit rebase (repeatedly) on a Java project (zap-extensions).
The Java project has ~3k warnings. Periodically during the rebase, the warnings number will reset and then climb.
Expected results: while the file system is unsettled, pause updates. Once the file system is settled, perform an update.
(I'm currently playing with extensions, and that has dropped the number to a bit shy of 1k warnings, but the cost is quite significant given that I'm performing lots of rebases of a significant subset of the 250 commits.)
Extension version: 0.81.0
VS Code version: Code 1.59.0 (379476f0e13988d90fab105c5c19e7abc8b1dea8, 2021-08-04T23:14:40.191Z)
OS version: Darwin x64 20.6.0
Restricted Mode: No
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Process Info
Workspace Info
A/B Experiments
The text was updated successfully, but these errors were encountered: