Files
code_tool_fly/VSCode-win32-x64-1.74.0/resources/app/extensions/ms-vscode.js-debug/nls.metadata.json
T

1 line
15 KiB
JSON
Raw Normal View History

2025-05-09 16:55:09 +08:00
{"src/binder":{"messages":["Unbound breakpoint"],"keys":["breakpoint.provisionalBreakpoint"]},"src/debugServer":{"messages":["Unbound breakpoint"],"keys":["breakpoint.provisionalBreakpoint"]},"src/vsDebugServer":{"messages":["JavaScript debug adapter"],"keys":["session.rootSessionName"]},"src/adapter/customBreakpoints":{"messages":["WebGL Error \"{0}\"","Paused on WebGL Error instrumentation breakpoint, error \"{0}\"","CSP violation \"{0}\"","Paused on Content Security Policy violation instrumentation breakpoint, directive \"{0}\"","Paused on instrumentation breakpoint \"{0}\"","Paused on event listener breakpoint \"{0}\", triggered on \"{1}\"","Request Animation Frame","Cancel Animation Frame","Animation Frame Fired","Create canvas context","WebGL Error Fired","WebGL Warning Fired","Script First Statement","Script Blocked by Content Security Policy","Set innerHTML","setTimeout fired","setInterval fired","Create AudioContext","Close AudioContext","Resume AudioContext","Suspend AudioContext"],"keys":["breakpoint.webglErrorNamed","breakpoint.webglErrorNamedDetails","breakpoint.cspViolationNamed","breakpoint.cspViolationNamedDetails","breakpoint.instrumentationNamed","breakpoint.eventListenerNamed","breakpoint.requestAnimationFrame","breakpoint.cancelAnimationFrame","breakpoint.animationFrameFired","breakpoint.createCanvasContext","breakpoint.webglErrorFired","breakpoint.webglWarningFired","breakpoint.scriptFirstStatement","breakpoint.cspViolation","breakpoint.setInnerHtml","breakpoint.setTimeoutFired","breakpoint.setIntervalFired","breakpoint.createAudioContext","breakpoint.closeAudioContext","breakpoint.resumeAudioContext","breakpoint.suspendAudioContext"]},"src/adapter/debugAdapter":{"messages":["Caught Exceptions","Breaks on all throw errors, even if they're caught later.","Uncaught Exceptions","Breaks only on errors or promise rejections that are not handled.","Source not found","Source not a source map","Source not found","Unable to retrieve source content","Variable not found","Source not found","Unable to pretty print"],"keys":["breakpoint.caughtExceptions","breakpoint.caughtExceptions.description","breakpoint.uncaughtExceptions","breakpoint.caughtExceptions.description","error.sourceNotFound","error.sourceNotFound","error.sourceNotFound","error.sourceContentDidFail","error.variableNotFound","error.sourceNotFound","error.cannotPrettyPrint"]},"src/adapter/profileController":{"messages":["Console profile started","CPU profile saved as \"{0}\" in your workspace folder"],"keys":["profileController.console.started","profileController.console.ended"]},"src/adapter/sources":{"messages":["Skipped by skipFiles"],"keys":["source.skipFiles"]},"src/adapter/stackTrace":{"messages":["Global","Local","With Block","Closure","Catch Block","Block","Script","Eval","Module","Closure ({0})","Skipped by smartStep","Skipped by skipFiles","Return value"],"keys":["scope.global","scope.local","scope.with","scope.closure","scope.catch","scope.block","scope.script","scope.eval","scope.module","scope.closureNamed","smartStepSkipLabel","source.skipFiles","scope.returnValue"]},"src/adapter/threads":{"messages":["Unable to resume","Unable to pause","Unable to step next","Unable to step in","Unable to step out","Stack frame not found","Unable to evaluate on async stack frame","Cannot restart asynchronous frame","Frame could not be restarted","Paused on frame entry","Thread is not paused","Thread is not paused on exception","Unable to evaluate","Unable to evaluate","Paused on breakpoint","Paused","Paused on assert","Paused on debug() call","Paused on DOM breakpoint","Paused on exception","Paused on promise rejection","Paused","Paused on instrumentation breakpoint","Paused on XMLHttpRequest or fetch","Paused before Out Of Memory exception","Paused on breakpoint","Paused","Paused on debugger statement","Paused on event listener","WARNING: Processing source-maps of {0} took longer than {1} ms so we continued execution without waiting for all the breakpoints for the script to be set."],"keys":["error.resumeDidFail","error.pauseDidFail","error.stepOverD