You are browsing as a guest. Sign up (or log in) to start making projects!

Vs code extension

  • 3 Devlogs
  • 3 Total hours

a vs code extension, cause im curious how they work, for frictionless.: https://code.visualstudio.com/api/get-started/your-first-extension

Open comments for this post

1h 9m 28s logged

all of the theme color palates for the 4 themes + custom that you can pick from (dracula, nord, gruvbox, catpuchin mocha, and none). This is used for fg as \033[3[0-9]m and bg as \033[4[0-9]m.

0

Loading discussion…

0
7
Open comments for this post

1h 42m 58s logged

first real bit of progress on my vscode extension, that allows you to view strings, with ANSI escape codes applied, so far i have basic foreground colors, but it looks cool. (ANSI is how it will look when printed in the terminal)

0

Loading discussion…

0
18

Followers

Loading…