Skip to content

Commit

Permalink
Deprecate ptvsd integration (#42351)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 26, 2020
1 parent 029963d commit 55a4aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homeassistant/components/ptvsd/__init__.py
Expand Up @@ -36,6 +36,10 @@

async def async_setup(hass: HomeAssistantType, config: ConfigType):
"""Set up ptvsd debugger."""
_LOGGER.warning(
"ptvsd is deprecated and will be removed in Home Assistant Core 0.120."
"The debugpy integration can be used as a full replacement for ptvsd"
)

# This is a local import, since importing this at the top, will cause
# ptvsd to hook into `sys.settrace`. So does `coverage` to generate
Expand Down

0 comments on commit 55a4aba

Please sign in to comment.