• 0 Posts
  • 16 Comments
Joined 10 months ago
cake
Cake day: August 24th, 2023

help-circle


  • Funny thing is that LSP was actually created for VSCode. That’s the now standard protocol to decouple language specific things (completion, formatting, linting…) from the editor so you don’t have to use an editor for each language. You can now use any editor that supports LSP, either directly or through a plugin, and turn it into a fully fledged IDE by installing the LSP servers for the language you need. I guess some VSCode plugins use LSP under the hood and just embed the server.


  • Is pluging a LSP server that hard on vscode/intellij? Because it’s automatic with a lot of LSP clients, open a .sh file, get asked if you want to install the corresponding LSP server, answer yes and that’s it. Some LSP clients don’t do automatic server install but you just have to install the server with your packet manager. At least that’s how it is with vim / emacs.









  • ivn@jlai.lutoMemes@lemmy.mlHow I like my pi
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    It does not. Domain based blocking does not work with youtube.

    Your link event says it:

    Some ads may […] be served through the same domain as the website, making them harder to block without blocking the website itself.

    There is no point in using a proxy for this, because of https it won’t be able to block more than with DNS blocking. Maybe a tiny bit more if you set up mitm but that’s really not worth it.