vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
17 lines • 1.02 kB
JSON
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"eval.not.available": "不可用",
"not.connected": "未连接到运行时",
"restartFrame.cannot": "重启框架失败。",
"attribute.path.not.exist": "属性 \"{0}\" 不存在(\"{1}\")。",
"attribute.path.not.absolute": "属性”{0}“不是绝对的(”{1}“);可考虑将”{2}“添加为前缀以使其成为绝对。",
"more.information": "详细信息",
"setVariable.error": "不支持的设置值",
"source.not.found": "无法检索内容。",
"VSND2010": "无法连接到运行中的进程,将在{0}毫秒后超时 - (原因:{1})",
"VSND2023": "没有可用的调用堆栈。"
}