botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

Update remoteDebuggingVersion from VS2017 to VS2022

Open warnov opened this issue 1 year ago • 0 comments

Azure App Service now only supports remote debugging using VS2022, and using VS2017 was causing deployment failures. This update changes the remoteDebuggingVersion in the configuration to VS2022, resolving the error: "The parameter 'remoteDebuggingVersion' has an invalid value. Details: Supported Versions: VS2022."

warnov avatar Feb 24 '25 23:02 warnov