My Personal Extension List

First post to get the community going. Here's the list of extensions that I personally use. Most are disabled globally and enabled per project. Feel free to ask questions, give me suggestions, etc.!

Edit: Thanks for the good idea on formatting @NostraDavid. I also converted my list to urls

code --list-extensions | ForEach-Object {" - [$_](https://marketplace.visualstudio.com/items?itemName=$_)"}

8 points · 5 comments · view on lemmy.world

5 Comments

tatterdemalion@programming.dev · 1 pts · 3y (1 reply)

Why does vscode-animations require admin privilege to install?

Lodra@programming.dev · 1 pts · 3y

It's been a few weeks since I installed it so I don't remember exactly. But I think it's basically overwriting some css files that vscode doean't normally allow you to modify.

It's actually a nice extension but it definitely has a few quirks like that. I hope it improves over time.

NostraDavid@programming.dev · 1 pts · 3y (2 replies)
Lodra@programming.dev · 0 pts · 3y (1 reply)

So Markdown Mermaid looks awesome. How do you like it? Easy to setup and use?

I've been using Terrastruct.d2 for this. But it requires having d2 installed locally. Otherwise, it's nice enough. Not good enough for me to use frequently or promote.

NostraDavid@programming.dev · 1 pts · 2y

Mermaid is great - setup is just "install the addon" and use

```mermaid <--mermaid stuff--> ```