From f2fbea9ac86803493423535a488d486b91ad90e9 Mon Sep 17 00:00:00 2001 From: Elizaveta Shashkova Date: Mon, 25 Nov 2019 14:35:34 +0300 Subject: [PATCH] PY-39230 Make Debug Server configuration name more clear GitOrigin-RevId: 8a102817dca4940081ab226c5276d504a735cf79 --- python/src/com/jetbrains/python/PyBundle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/com/jetbrains/python/PyBundle.properties b/python/src/com/jetbrains/python/PyBundle.properties index 5daac4596c45..78ededa9c4be 100644 --- a/python/src/com/jetbrains/python/PyBundle.properties +++ b/python/src/com/jetbrains/python/PyBundle.properties @@ -830,6 +830,7 @@ buildout.unresolved.part.inspection.msg=Unresolved part reference runcfg.unittest.dlg.test_function_title=Function runcfg.unittest.dlg.keywords=Keywords: run.configuration.remote.debug.name=Python Remote Debug +run.configuration.remote.debug.visible.name=Python Debug Server run.configuration.type.description=Starts server for remote debug run.configuration.show.command.line.action.name=Show Python Prompt