Print platform package details, such as version, VSC source and commit // Resolve #2155

This commit is contained in:
Ivan Kravets
2019-06-01 19:44:45 +03:00
parent 4af615a49c
commit 6257480d0d
5 changed files with 115 additions and 72 deletions

View File

@ -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):