- make sure you’re on pretty recent vs code
- Extensibility points
- good overviews:
- commands (that come up with you hit ctrl+shift+p)
- the activity bar (the thing on the far left - I think we end up with just the dark icon)
- the status bar (at the very bottom of the editor)
- tree view (the thing in my screenshot in codegen)
- web views (custom html/css/js to display whatever we want)
- context menus (what happens when you right click on something)
- custom editor (if we do allow clicking on a .dark file, this will allow us to have a custom editor)
- what should happen when the extension 'starts'? when it 'ends'? (this is called 'activation' and 'deactivation')
- walkthroughs
- theming (not a priority, but theming the editor to 'feel like dark' is something I'd like)
- extending the debugger experience
- deployment flow
- general VS Code development
- Unorganized
- in-browser editing experience
(may or may not be possible for us)
current state / hand-off notes