Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 796 Bytes

todo.md

File metadata and controls

35 lines (33 loc) · 796 Bytes

TODO

  • Actions
    • When to run
    • In package definition, ensure able to load on text change and editor change
  • Review VS Code extension guidelines
  • Config
    • colors
    • exluded file types
    • included variable types
    • modes: adjacent vs hash
    • debounce interval
    • auto color picking
  • Refactor: Extract to files
  • Performance
    • caching
    • debouncing
  • Documentation
  • Gray themes
    • design theme
    • pick real var colors

Notes

"editor.tokenColorCustomizations": { "[Default Light+]": { "semanticHighlighting": false, "comments": "#306030", "keywords": "#606060", "functions": "#202020", "numbers": "#404040", "strings": "#404040", "types": "#606060", "variables": "#202020", } },