[WIP] tests: Add basic VSCode Extension Test Suite
Test for
- Parsing JSON tokens -- Successfully loads tokens
- Autocomplete Provider -- Provides correct suggestions based on context -- Does not crash on empty content
- Hover Provider -- Shows correct hover information for known tokens -- Ignores unknown tokens
- Code Actions -- Suggests correct token replacements -- Ignores non-token values
- Extension Lifecycle -- Activates and deactivates without issues
Todo Parsing JSON -- Handles invalid/missing files correctly Autocomplete/Hover/Code Actions -- Only handles CSS at the moment