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

help-circle


  • Mullvad est très bien, seul point noir c’est qu’ils sont un peu plus cher que la moyenne (mais ils le méritent) et qu’ils ne permettent pas la redirection de port pour faire du P2P.

    Petit rappel que si ce tu fais est vraiment risqué un VPN ce n’est pas une protection suffisante. Après si c’est juste consulter des sites ça suffit, tout dépend de ton modèle de menace.





  • 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.