forked from platformio/platformio-core
Print platform package details, such as version, VSC source and commit // Resolve #2155
This commit is contained in:
@ -318,9 +318,11 @@ class CygwinEnvDetected(PlatformioException):
|
||||
|
||||
class DebugSupportError(PlatformioException):
|
||||
|
||||
MESSAGE = ("Currently, PlatformIO does not support debugging for `{0}`.\n"
|
||||
"Please contact support@pioplus.com or visit "
|
||||
"< https://docs.platformio.org/page/plus/debugging.html >")
|
||||
MESSAGE = (
|
||||
"Currently, PlatformIO does not support debugging for `{0}`.\n"
|
||||
"Please request support at https://github.com/platformio/"
|
||||
"platformio-core/issues \nor visit -> https://docs.platformio.org"
|
||||
"/page/plus/debugging.html")
|
||||
|
||||
|
||||
class DebugInvalidOptions(PlatformioException):
|
||||
|
Reference in New Issue
Block a user