* add info on how to open command palette
* Update docs/development_environment.mdx
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update development_environment.mdx
move keyboard shortcut hint to first mention of the command palette
---------
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Add notes about debugging HA in Dev Container
Since some people (like me and others) experience issues with the default Dev Container debugging, whcih doesn't work out-of-the box - new developers may think that debugging is not supported by the dev container out-of-the-box. This description is to indicate that normally debugging doesn't needs any additional actions to be taken to enable it. I also mentioned the way to debug remote instances, which may be very helpful for the developers, also in case of issues with the default debugging without enabling `debugpy`.
If I had such description I wouldn't loose almost 2 hours of googling trying to find out what is supported and what are the options, so I hope thanks to this people will avoid this.
* Fix typo in my previous description
* Small tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Optimize dev env instructions
* Apply suggestions from code review
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
* Update extensions in others
* Typo
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>