UNPKG

@jsjoeio/code-server

Version:

Run VS Code on a remote server.

1 lines 14.7 kB
{"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","Thread not found","Source 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.threadNotFound","error.sourceNotFound","error.sourceNotFound","error.cannotPrettyPrint"]},"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","Return value"],"keys":["scope.global","scope.local","scope.with","scope.closure","scope.catch","scope.block","scope.script","scope.eval","scope.module","scope.closureNamed","smartStepSkipLabel","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","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.stepOverDidFail","error.stepInDidFail","error.stepOutDidFail","error.stackFrameNotFound","error.evaluateOnAsyncStackFrame","error.restartFrameAsync","reason.description.restart","error.threadNotPaused","error.threadNotPausedOnException","error.evaluateDidFail","error.evaluateDidFail","pause.breakpoint","pause.default","pause.assert","pause.debugCommand","pause.DomBreakpoint","pause.exception","pause.promiseRejection","pause.default","pause.instrumentation","pause.xhr","pause.oom","pause.breakpoint","pause.default","pause.default","pause.eventListener","warnings.handleSourceMapPause.didNotWait"]},"src/adapter/variables":{"messages":["Variable not found","Cannot set an empty value","Invalid expression","Variable not found","Unable to set variable value","Unable to set variable value","Unknown error","Failed properties customization","{0} (couldn't describe: {1})","Unknown error"],"keys":["error.variableNotFound","error.emptyExpression","error.invalidExpression","error.variableNotFound","error.setVariableDidFail","error.setVariableDidFail","error.unknown","error.failedToCustomizeObjectProperties","error.customValueDescriptionGeneratorFailed","error.unknown"]},"src/dap/errors":{"messages":["Attribute 'runtimeVersion' requires Node.js version manager 'nvs' or 'nvm' to be installed.","Attribute 'runtimeVersion' with a flavor/architecture requires 'nvs' to be installed.","Attribute 'runtimeVersion' requires Node.js version manager 'nvm-windows' or 'nvs'.","Node.js version '{0}' not installed using version manager {1}.","Cannot launch debug target in terminal ({0}).","Can't load environment variables from file ({0}).","Can't find Node.js binary \"{0}\": {1}. Make sure Node.js is installed and in your PATH, or set the \"runtimeExecutable\" in your launch.json","The Node version in \"{0}\" is outdated (version {1}), we require at least Node 8.x.","Invalid hit condition \"{0}\". Expected an expression like \"> 42\" or \"== 2\".","An error occurred taking a profile from the target.","Please stop the running profile before starting a new one.","Unable to find a {0} installation on your system. Try installing it, or providing an absolute path to the browser in the \"runtimeExecutable\" in your launch.json.","Unable to find {0} version {1}. Available auto-discovered versions are: {2}. You can set the \"runtimeExecutable\" in your launch.json to one of these, or provide an absolute path to the browser executable.","Unable to launch browser: \"{0}\"","Unable to attach to browser","Target page not found. You may need to update your \"urlFilter\" to match the page you want to debug.","Variables not available in async stacks","Syntax error setting breakpoint with condition {0} on line {1}: {2}","Could not read source map for {0}: {1}"],"keys":["NVS_HOME.not.found.message","NVS_HOME.not.found.message","NVM_HOME.not.found.message","runtime.version.not.found.message","VSND2011","VSND2029","runtime.node.notfound","runtime.node.outdated","invalidHitCondition","profile.error.generic","profile.error.concurrent","noBrowserInstallFound","browserVersionNotFound","error.browserLaunchError","error.browserAttachError","error.threadNotFound","asyncScopesNotAvailable","breakpointSyntaxError","sourcemapParseError"]},"src/ui/autoAttach":{"messages":["Details"],"keys":["details"]},"src/ui/companionBrowserLaunch":{"messages":["We can't launch a browser in debug mode from here. Open this workspace in VS Code on your desktop to enable debugging."],"keys":["cannotDebugInBrowser"]},"src/ui/debugLinkUI":{"messages":["The URL provided is invalid","Yes","Never","Would you like to save a configuration in your launch.json for easy access later?","No"],"keys":["debugLink.invalidUrl","yes","never","debugLink.savePrompt","no"]},"src/ui/debugNpmScript":{"messages":["You need to open a workspace folder to debug npm scripts.","Could not read {0}: {1}","No npm scripts found in your package.json","Edit package.json"],"keys":["debug.npm.noWorkspaceFolder","debug.npm.parseError","debug.npm.noScripts","debug.npm.notFound.open"]},"src/ui/debugTerminalUI":{"messages":["Select current working directory for new terminal"],"keys":["terminal.cwdpick"]},"src/ui/diagnosticsUI":{"messages":["Yes","Not Now","Never","Select the session you want to inspect:","It looks like your debug session has already ended. Try debugging again, then run the \"Debug: Diagnose Breakpoint Problems\" command."],"keys":["yes","notNow","never","selectInspectSession","inspectSessionEnded"]},"src/ui/disableSourceMapUI":{"messages":["Always","Always in this Workspace","Yes","This is a missing file path referenced by a sourcemap. Would you like to debug the compiled version instead?","No"],"keys":["always","always","yes","disableSourceMapUi.msg","no"]},"src/ui/edgeDevToolOpener":{"messages":["Select the page where you want to open the devtools"],"keys":["selectEdgeToolSession"]},"src/ui/linkedBreakpointLocationUI":{"messages":["Read More","Ignore"],"keys":["readMore","ignore"]},"src/ui/longPredictionUI":{"messages":["It's taking a while to configure your breakpoints. You can speed this up by updating the 'outFiles' in your launch.json.","Open launch.json","Don't show again","No workspace folder open."],"keys":["longPredictionWarning.message","longPredictionWarning.open","longPredictionWarning.disable","longPredictionWarning.noFolder"]},"src/ui/prettyPrint":{"messages":["Yes","No","Never"],"keys":["yes","no","never"]},"src/ui/processPicker":{"messages":["Attach to process: '{0}' doesn't look like a process id.","Process picker failed ({0})","Pick the node.js process to attach to","process id: {0}, debug port: {1} ({2})","process id: {0} ({1})","Attach to process: cannot enable debug mode for process '{0}' ({1})."],"keys":["process.id.error","process.picker.error","pickNodeProcess","process.id.port.signal","process.id.signal","cannot.enable.debug.mode.error"]},"src/ui/terminalLinkHandler":{"messages":["Debug URL","We can't launch a browser in debug mode from here. If you want to debug this webpage, open this workspace from VS Code on your desktop."],"keys":["terminalLinkHover.debug","cantOpenChromeOnWeb"]},"src/adapter/breakpoints/userDefinedBreakpoint":{"messages":["Unbound breakpoint"],"keys":["breakpoint.provisionalBreakpoint"]},"src/adapter/console/queryObjectsMessage":{"messages":["Only objects can be queried","Could not query the provided object","Could generate preview: {0}"],"keys":["queryObject.invalidObject","queryObject.couldNotQuery","queryObject.errorPreview"]},"src/adapter/console/textualMessage":{"messages":["Assertion failed"],"keys":["console.assert"]},"src/adapter/profiling/basicCpuProfiler":{"messages":["CPU Profile","Generates a .cpuprofile file you can open in the Chrome devtools"],"keys":["profile.cpu.label","profile.cpu.description"]},"src/targets/browser/browserAttacher":{"messages":["Select a tab","Cannot connect to the target at {0}: {1}","Cannot connect to the target at {0}: {1}"],"keys":["chrome.targets.placeholder","attach.cannotConnect","attach.cannotConnect"]},"src/targets/node/nodeAttacher":{"messages":["Lost connection to debugee, reconnecting in {0}ms\r\n"],"keys":["node.attach.restart.message"]},"src/targets/node/nodeBinaryProvider":{"messages":["Some breakpoints might not work in your version of Node.js. We suggest temporarily downgrading to Node 14. Details: https://aka.ms/AAcsvqm","You're running an outdated version of Node.js. We recommend upgrading for the latest bug, performance, and security fixes.","path does not exist","error getting version: {0}","Yes","{0} Would you like to try debugging anyway?"],"keys":["warning.16bpIssue","warning.8outdated","runtime.node.notfound.enoent","runtime.node.notfound.spawnErr","yes","outOfDate"]},"src/ui/configuration/chromiumDebugConfigurationProvider":{"messages":["Debug Anyway","It looks like a browser is already running from {0}. Please close it before trying to debug, otherwise VS Code may not be able to connect to it.","an old debug session","the configured userDataDir","Cancel","Launch Chrome against localhost"],"keys":["existingBrowser.debugAnyway","existingBrowser.alert","existingBrowser.location.default","existingBrowser.location.userDataDir","cancel","chrome.launch.name"]},"src/ui/configuration/edgeDebugConfigurationProvider":{"messages":["Launch Edge against localhost"],"keys":["chrome.launch.name"]},"src/ui/configuration/nodeDebugConfigurationProvider":{"messages":["JavaScript Debug Terminal","Run Script: {0}","Run Current File"],"keys":["debug.terminal.label","node.launch.script","node.launch.currentFile"]},"src/ui/configuration/nodeDebugConfigurationResolver":{"messages":["Cannot find a program to debug","Launch Program","Launch configuration for '{0}' project created.","Launch configuration created based on 'package.json'.","Adjust glob pattern(s) in the 'outFiles' attribute so that they cover the generated JavaScript."],"keys":["program.not.found.message","node.launch.config.name","mern.starter.explanation","program.guessed.from.package.json.explanation","outFiles.explanation"]},"src/ui/profiling/breakpointTerminationCondition":{"messages":["Pick Breakpoint","Run until a specific breakpoint is hit","Profiling with breakpoints enabled can change the performance of your code. It can be useful to validate your findings with the \"duration\" or \"manual\" termination conditions.","Got it!"],"keys":["profile.termination.breakpoint.label","profile.termination.breakpoint.description","breakpointTerminationWarnSlow","breakpointTerminationWarnConfirm"]},"src/ui/profiling/durationTerminationCondition":{"messages":["Duration","Run for a specific amount of time","Duration of Profile","Profile duration in seconds, e.g \"5\"","Please enter a number","Please enter a number greater than 1"],"keys":["profile.termination.duration.label","profile.termination.duration.description","profile.termination.duration.inputTitle","profile.termination.duration.placeholder","profile.termination.duration.invalidFormat","profile.termination.duration.invalidLength"]},"src/ui/profiling/manualTerminationCondition":{"messages":["Manual","Run until manually stopped"],"keys":["profile.termination.duration.label","profile.termination.duration.description"]},"src/ui/profiling/uiProfileManager":{"messages":["Profiling","$(loading) Click to Stop Profiling ({0})","$(loading) Click to Stop Profiling","$(loading) Click to Stop Profiling ({0} sessions)","Yes","No","A profiling session is already running, would you like to stop it and start a new session?","Type of profile:","How long to run the profile:"],"keys":["profile.sessionState","profile.status.single","profile.status.default","profile.status.multiSession","yes","no","profile.alreadyRunning","profile.type.title","profile.termination.title"]},"src/ui/profiling/uiProfileSession":{"messages":["Saving"],"keys":["profile.saving"]}}