Thorsten Ball
Thorsten Ball
Hey! Let's continue discussion about this in #8584, which I just reopened, since it's the older of the two PRs. @EvanZhouDev can you leave your thoughts over there as well?...
Hey there! I have the following in my `keymap.json` (because I missed that functionality too) and it works pretty well for me: ```json { "context": "Editor && vim_mode == normal",...
That should be relatively easy. 1. Define a setting for this 2. Use `min(line_width, settings.inline_blame_column*em_width)` here: https://github.com/zed-industries/zed/blob/f4f9ca0b1e32f085a8f0ec631b635caf863a9ba1/crates/editor/src/element.rs#L1141
> Ah, except that logic makes it go out of view if the line is soft-wrapped (e.g. due to inlay hints making it longer than desired). In that case the...
@hshreekar sure, I linked to the code that needs to be edited above. 1. Add a `git.inline_blame.min_column` setting to `ProjectSettings` (an `Option`?) 2. In the code that I linked above,...
I was just about to leave a comment, but @schacon beat me to it. I can't get it to work locally: `R` and then typing some characters doesn't really do...
PR is here: https://github.com/zed-industries/zed/pull/10983 I tested it on a brand-new Vue.js project with ESLint in it and it works. Will go out next week Wednesday in the preview release.
@odedharth can you paste the language server logs (`debug: open language server logs`) right after it starts up? The only recent change I can think of is this https://github.com/zed-industries/zed/pull/9170 which...
Can you select `solargraph` where it says `copilot` in your screenshot?
Huh! Interesting! That means it didn't even start yet. Can you paste the logs from `~/Library/Logs/Zed/Zed.log` right after you open a Ruby file?