Support VSCodium as a client when moving cursor#3302
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
I have signed the CLA! |
|
I see it got released in 0.9.9, but the problem is not resolved the "end" part's behaviour didn't change from what i described here #3156 any idea why ? tested with
|
|
The VSCode extension has been updated, but the fix for the "end" part behavior is in the server, which hasn't been released yet. It looks like it will in the next version, 0.23.13. |

Motivation
Closes #3156
Implementation
A simple fix adding
VSCodiumas a supported client name. VSCodium is a fork of VSCode.Automated Tests
Added test for snippets on VSCodium similar to the one for Cursor.
Manual Tests
I pointed a project's Ruby LSP Gemfile config to the Gemfile of the Ruby LSP source I was working on and tested changes in my project.