/cc @RemcoSmitsDev new task indicators weren't showing for me in JSON files. `tasks.json` of native grammars is not being read by anything by default, so we tend to register tasks as Rust structs, foregoing the deserialization step. This doesn't apply to tasks registered in extensions, which have to have tasks.json. Release Notes: - N/A