Zach Silversmith

Results 13 comments of Zach Silversmith

I'm also getting the same issue remote editing over SSH. For reference, I am using the Microsoft Language Server as well ("python.jediEnabled": false).

Ok, figured out the repro steps: with vim keybindings, on a fresh line, do: 1. ESC, or CTRL + [ to exit insert mode. 2. Hit the letter C After...

Upon testing it again recently, it is WAI with ALT+C. I'm not sure what triggers it to enter this corrupted state, but when it does so, no ALT+C is required,...

Just wanted to follow up on this b/c we got burned by this again

We are hitting this issue again. Has there been any movement on this? Thanks!

I am using ``` /tmp/tmpt76qy7aa' ``` I don't think removing cupy is an option for us. Some of our users use cupy, but before doing so they configure their LD_LIBRARY_PATH...

Does not seem to work with PAT either. To be clear, I'm using ``` githubNotificationsBell.oauthToken ``` I'm also using an enterprise GitHub domain, which I've reflected in the `githubNotificationsBell.domai` url

I came up with a reliable workaround: 1. In the login shell (i.e. not within tmux), run ```nc localhost 9876 -lk | while read filename; do code "$filename"; done &```...

Any updates on this? I still have the need to call `code filename` from tmux in my current workflow.

Is there any way to trigger compaction? The literature says that it's optimal to compact delete files back into data files to improve read space, and AFAICT there's no way...