Better logging when deprecated editorTheme.palette.* settings used

This commit is contained in:
Nick O'Leary
2021-01-06 17:36:59 +00:00
parent 5743a5f91d
commit af19536222
5 changed files with 25 additions and 7 deletions

View File

@@ -42,7 +42,7 @@
"uninstall-failed-long": "Uninstall of module __name__ failed:",
"uninstalled": "Uninstalled module: __name__"
},
"deprecatedOption": "use of __old__ is deprecated. Use __new__ instead",
"deprecatedOption": "Use of __old__ is deprecated. Use __new__ instead",
"unable-to-listen": "Unable to listen on __listenpath__",
"port-in-use": "Error: port in use",
"uncaught-exception": "Uncaught Exception:",