Thorsten Ball

Results 480 comments of Thorsten Ball

Thanks for the report. That seems very unfortunate... I'm wondering: did you see in the logs whether it started a language server?

Hey @bAndie91, sorry for not replying earlier! Happy to hear that you're interested in fzz and that you like it, but I have to admit that your tickets are a...

> @mrnugget when enter metadata block, start new parser for content in block. Is this an acceptable method? Hmmm, I'm a bit skeptical of recursion here. Do you have a...

Yes, but can you get the exact Markdown here, so we can look at it and possibly write a test case? If you do `RUST_LOG=lsp=trace cargo run ~/cpp-project` you should...

Okay, so the markdown looks like this: ```` ### function `search` --- → `void` Parameters: - `TrieNode * flag (aka struct TrieNode *)` - `char * word` --- ```cpp void...

> In markdown, start `---` and end with `---` is an extentsion named markdown yaml metadata block Isn't that YAML frontmatter? YAML frontmatter is supposed to only show up at...

Neovim also renders it as dividers: ![screenshot-2024-04-16-12 16 52@2x](https://github.com/zed-industries/zed/assets/1185253/75cd4088-94f4-4a9e-9b79-df483cde27d3) With this being the Markdown: ```` ### instance-method `format` --- → `void` Parameters: - `const int &` - `const std::tm &`...

Closing this in favor of https://github.com/zed-industries/zed/pull/10606

That should be relatively straightforward. We'd need to copy the `button: bool` setting from these: https://github.com/zed-industries/zed/blob/f4f9ca0b1e32f085a8f0ec631b635caf863a9ba1/crates/collab_ui/src/panel_settings.rs#L10-L25 Add them here: https://github.com/zed-industries/zed/blob/f4f9ca0b1e32f085a8f0ec631b635caf863a9ba1/crates/terminal/src/terminal_settings.rs#L27 And then use them.

Hey! Thanks for the PR. I do think we need some design input here. For example: I think we need borders around the centered layout. I also am not sure...