Vs code extension
- 4 Devlogs
- 5 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
oof, for some reason i can’t get my extension to activitie / run even after an hour of debugging. So honestly just goona quit for a bit and maybyetry more tomorow, as nothing i try to do to fix works.
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)