Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Created June 25, 2024 20:23
Show Gist options
  • Save devinrhode2/01a48a72c54d6427e1974f87728d0378 to your computer and use it in GitHub Desktop.
Save devinrhode2/01a48a72c54d6427e1974f87728d0378 to your computer and use it in GitHub Desktop.
literate coding 2024

I love git lens for vscode.

[todo: insert screenshot]

but actually managing the commit message text revealed by git lens via git rebase is a little crazy making

it is a nice way to really make sure you maintain very clear history/state of your code

however, i think a better approach may be:

  1. auto-save all ctrl+z history like dropbox
  2. manually write a "foo.ts.lit" via a new vscode extension

these .lit files could support varying levels of boldness if the lit text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment