From 34aa08eb28971a4ff3308132d02fef97b0cc608e Mon Sep 17 00:00:00 2001 From: Maarten Balliauw Date: Fri, 5 Aug 2022 12:15:04 +0200 Subject: [PATCH] Azure Functions: Isolated worker process ID not recognized when control characters are present in process output #623 (#624) --- .../resources/META-INF/platformPlugin.xml | 1 + .../rider/resources/META-INF/plugin.xml | 1 + .../messages/RiderAzureMessages.properties | 1 + ...FunctionsDotNetCoreIsolatedDebugProfile.kt | 21 +++++++++++++------ 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml index a328f62868..9be1345ad5 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/platformPlugin.xml @@ -19,6 +19,7 @@
  • MSBuildEvaluator timeout breaks right-click + publish (#611)
  • Dispose of response body when retrying is needed (#616)
  • SSLHandshakeException connecting to Azure Functions Core Tools release feed (RIDER-79897)
  • +
  • Azure Functions: Isolated worker process ID not recognized when control characters are present in process output (#623)
  • ]]> diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml index 3b4d258110..3298ca3714 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/rider/resources/META-INF/plugin.xml @@ -38,6 +38,7 @@
  • MSBuildEvaluator timeout breaks right-click + publish (#611)
  • Dispose of response body when retrying is needed (#616)
  • SSLHandshakeException connecting to Azure Functions Core Tools release feed (RIDER-79897)
  • +
  • Azure Functions: Isolated worker process ID not recognized when control characters are present in process output (#623)
  • [3.50.0-2022.1]