提交 ad82ccdd 编写于 作者: A Andre Weinand

add protocol attribute to deprecation message; fixes #20993

上级 ccfa3517
...@@ -183,7 +183,7 @@ export class Adapter { ...@@ -183,7 +183,7 @@ export class Adapter {
enum: [this.type], enum: [this.type],
description: nls.localize('debugType', "Type of configuration."), description: nls.localize('debugType', "Type of configuration."),
pattern: '^(?!node2)', pattern: '^(?!node2)',
errorMessage: nls.localize('node2NotSupported', "\"node2\" is no longer supported, use \"node\".") errorMessage: nls.localize('node2NotSupported', "\"node2\" is no longer supported, use \"node\" instead and set the \"protocol\" attribute to \"inspector\".")
}; };
properties['name'] = { properties['name'] = {
type: 'string', type: 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册