Andy Waite

Results 394 comments of Andy Waite

I'll close this since it wasn't a regression, it had never worked previously. But it should all be working once https://github.com/Shopify/ruby-lsp/pull/2706 is released.

Thanks for looking into it. I can try the suggestion, but do you have an opinion about removing this setting and following the Jekyll default? I don't see that it...

It seems @justinbburris's issue is solved, and there is a seperate issue by @xeron, so I will close this.

Potentially related: https://github.com/Shopify/ruby-lsp/issues/2583

~Do you have any YAML extensions installed?~ Edit: I see you don't. Related: https://github.com/Shopify/ruby-lsp/issues/2404

Update: I can reproduce, and it appears this problem is caused by the YAML Language Basics support, built-in to VS Code. If I disable that, the bad highlighting on the...

btw here's where that code lives: https://github.com/microsoft/vscode/tree/main/extensions/yaml I notice there was a recent [revert](https://github.com/microsoft/vscode/pull/231096/files) which might affect this.

You can set `"snippet_sort_order": "none"`: ``` // Determines how snippets are sorted relative to other completion items. // // 1. Place snippets at the top of the completion list: //...

(implementation was in https://github.com/Shopify/ruby-lsp-rails/pull/373)