Thomas B
Thomas B
This is fixed on latest VSCode 🎉
Thanks for your very quick answer, and happy to hear that this is something that is meant to be fixed 🚀 As it turns out I managed to find a...
Test fails seem unrelated.
Even raw attributes aren't matched: https://semgrep.dev/playground/s/vEgY Note how it blatantly ignores the absence of the attribute and matches regardless.
Thanks for the suggestions. For me, putting `pkgs.nixfmt-rfc-style` instead of `pkgs.nixpkgs-fmt` in my packages, and having in my VSCode config: ```json "nixd": { "formatting": { "command": "nixfmt" } } ```...
Related PR: #1079
Thanks for your quick answer. > there are two different type of tracking entities - [ScannerEntity](https://developers.home-assistant.io/docs/core/entity/device-tracker#scannerentity) and [TrackerEntities](https://developers.home-assistant.io/docs/core/entity/device-tracker#trackerentity) And then there's the entity I added in there via `set_state`, that...
> your self created entity needs to be an TrackerEntity if it should provide the location I understand this, however I feel like this should not be a requirement (if...
It also looks unlikely that even such a PR would be welcome tbh so currently I'm just hacking it by pretending that my combined custom tracker is a GPS tracker,...
I have found that this project tends to have issues with patching that it's not able to recover if trying to run several VSCode instances on a new version of...