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
a vs code extension, cause im curious how they work, for frictionless.: https://code.visualstudio.com/api/get-started/your-first-extension
do i have enough colors?
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.
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)