Describe the bug
After some time of using tabby for autocomplete in VS Code, any unstaged modifications for those files that already exist on indexed branch get dismissed (I'm on version branch, when develop branch using file:// is the one that's indexed in Tabby dashboard), but any new untracked files remain. I got a scare when this happened unexpectedly but luckily VS Codes 'Local History: Find Entry to Restore' saved me, just had to do it for bunch of files one by one.
I checked git and no git commands were executed at all near that timeframe when issue occurs. I have followed the setup from tabby webpage and use local model qwen2.5-coder:7b-base for kind ollama/completion. Everything works fine besides this random reset of unstaged modifications.
There is an error in Tabby logs around that time: (node:19596) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 newAttached listeners added to [cx]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
Also around the time it happens I see in Windows Process Monitor WriteFile from tabby.exe, then by 'System' and multiple reads from rg.exe which all stick out from the usual pattern of events that happen during normal editing/using autocomplete and saving in VS Code.
Information about your version
0.32.0
Information about your GPU
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 596.36 Driver Version: 596.36 CUDA Version: 13.2 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Driver-Model | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5080 WDDM | 00000000:01:00.0 On | N/A |
| 0% 40C P3 36W / 360W | 8164MiB / 16303MiB | 1% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
Additional context
OS: Windows 11
Running tabby just in Windows terminal for now
VS Code Extension version: 1.28.0
No other similar extension/process was running at the time of the issue, I have initially installed 'continue' but while I'm testing tabby I have disabled the rest.
Will try to monitor and see if I can find anything else
Describe the bug
After some time of using tabby for autocomplete in VS Code, any unstaged modifications for those files that already exist on indexed branch get dismissed (I'm on version branch, when develop branch using file:// is the one that's indexed in Tabby dashboard), but any new untracked files remain. I got a scare when this happened unexpectedly but luckily VS Codes 'Local History: Find Entry to Restore' saved me, just had to do it for bunch of files one by one.
I checked git and no git commands were executed at all near that timeframe when issue occurs. I have followed the setup from tabby webpage and use local model qwen2.5-coder:7b-base for kind ollama/completion. Everything works fine besides this random reset of unstaged modifications.
There is an error in Tabby logs around that time:(node:19596) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 newAttached listeners added to [cx]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limitAlso around the time it happens I see in Windows Process Monitor WriteFile from tabby.exe, then by 'System' and
multiple reads from rg.exewhich all stick out from the usual pattern of events that happen during normal editing/using autocomplete and saving in VS Code.Information about your version
0.32.0
Information about your GPU
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 596.36 Driver Version: 596.36 CUDA Version: 13.2 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Driver-Model | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5080 WDDM | 00000000:01:00.0 On | N/A |
| 0% 40C P3 36W / 360W | 8164MiB / 16303MiB | 1% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
Additional context
OS: Windows 11
Running tabby just in Windows terminal for now
VS Code Extension version: 1.28.0
No other similar extension/process was running at the time of the issue, I have initially installed 'continue' but while I'm testing tabby I have disabled the rest.
Will try to monitor and see if I can find anything else