I did a few lil things:
- I initialised the Git repo.
- I looked up how to make VSCode extensions (I have no idea how to build a VSCode extension).
- I initialised the WebView
I learned:
- How to init a GitHub repo using the CLI (git init, add, push, upstream, ect)
- You can make a VSCode extension using the “yo code” command, that gives you boilerplate.
- Using “esbuild” for the bundler gives me the fastest build times.
- Using npm cause less potential debugging. (since pnpm symlinks)
- For my typescript edits to keep working, I need a terminal running “npm run watch” so that it compiles to js.
- Learned about VSCode UX patterns for extensions.
- Understood a little more about what we’re doing, we’re going to be using “webview” to make our extension.
- Learned a lil HTML!
🥱🥱🥱
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.