this post was submitted on 05 Jul 2023
18 points (100.0% liked)

VS Code

798 readers
2 users here now

founded 1 year ago
MODERATORS
18
submitted 1 year ago* (last edited 1 year ago) by Lodra to c/vscode
you are viewing a single comment's thread
view the rest of the comments
[–] NostraDavid 6 points 1 year ago

I made this list by:

  • running code --list-extensions in Powershell
  • put the output in a vscode tab
  • put OP's output in a second tab
  • select OP's tab first, under OPEN EDITORS in the sidebar
  • while holding shift, select the other tab
  • RMB the second tab -> Compare Selected
  • remove all duplicates in the right (my) tab
  • now to order everything, manually
  • put the mouse cursor on line 1, hold MMB and drag down to insert a bunch of extra cursors
  • press Home and insert [
  • press End and insert ](https://marketplace.visualstudio.com/items?itemName=)
  • move the cursor back and select the extension names/IDs
  • press ctrl-c
  • move cursors to the end of the URL
  • ctrl-v

I just wrote this, because most people seem to use vscode as if it's notepad.exe with tabs, which makes me sad.