-
Notifications
You must be signed in to change notification settings - Fork 281
/
package.nls.json
234 lines (234 loc) · 28.1 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
{
"add.eventListener.breakpoint": "Toggle Event Listener Breakpoints",
"add.xhr.breakpoint": "Add XHR/fetch Breakpoint",
"breakpoint.xhr.contains": "Break when URL contains:",
"breakpoint.xhr.any": "Any XHR/fetch",
"edit.xhr.breakpoint": "Edit XHR/fetch Breakpoint",
"attach.node.process": "Attach to Node Process",
"base.cascadeTerminateToConfigurations.label": "A list of debug sessions which, when this debug session is terminated, will also be stopped.",
"base.enableDWARF.label": "Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.",
"browser.address.description": "IP address or hostname the debugged browser is listening on.",
"browser.attach.port.description": "Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.",
"browser.baseUrl.description": "Base URL to resolve paths baseUrl. baseURL is trimmed when mapping URLs to the files on disk. Defaults to the launch URL domain.",
"browser.browserAttachLocation.description": "Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.",
"browser.browserLaunchLocation.description": "Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.",
"browser.cleanUp.description": "What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.",
"browser.cwd.description": "Optional working directory for the runtime executable.",
"browser.disableNetworkCache.description": "Controls whether to skip the network cache for each request",
"browser.env.description": "Optional dictionary of environment key/value pairs for the browser.",
"browser.file.description": "A local html file to open in the browser",
"browser.includeDefaultArgs.description": "Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.",
"browser.includeLaunchArgs.description": "Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.",
"browser.inspectUri.description": "Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n",
"browser.launch.port.description": "Port for the browser to listen on. Defaults to \"0\", which will cause the browser to be debugged via pipes, which is generally more secure and should be chosen unless you need to attach to the browser from another tool.",
"browser.pathMapping.description": "A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk",
"browser.perScriptSourcemaps.description": "Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.",
"browser.profileStartup.description": "If true, will start profiling soon as the process launches",
"browser.restart": "Whether to reconnect if the browser connection is closed",
"browser.revealPage": "Focus Tab",
"browser.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"browser.runtimeExecutable.description": "Either 'canary', 'stable', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or CHROME_PATH environment variable.",
"browser.runtimeExecutable.edge.description": "Either 'canary', 'stable', 'dev', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or EDGE_PATH environment variable.",
"browser.server.description": "Configures a web server to start up. Takes the same configuration as the 'node' launch task.",
"browser.skipFiles.description": "An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`",
"browser.smartStep.description": "Automatically step through unmapped lines in sourcemapped files. For example, code that TypeScript produces automatically when downcompiling async/await or other features.",
"browser.sourceMapPathOverrides.description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk. See README for details.",
"browser.sourceMapRenames.description": "Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.",
"browser.sourceMaps.description": "Use JavaScript source maps (if they exist).",
"browser.targetSelection": "Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").",
"browser.timeout.description": "Retry for this number of milliseconds to connect to the browser. Default is 10000 ms.",
"browser.url.description": "Will search for a tab with this exact url and attach to it, if found",
"browser.urlFilter.description": "Will search for a page with this url and attach to it, if found. Can have * wildcards.",
"browser.userDataDir.description": "By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.",
"browser.vueComponentPaths": "A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.",
"browser.webRoot.description": "This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"",
"chrome.attach.description": "Attach to an instance of Chrome already in debug mode",
"chrome.attach.label": "Chrome: Attach",
"chrome.label": "Web App (Chrome)",
"chrome.launch.description": "Launch Chrome to debug a URL",
"chrome.launch.label": "Chrome: Launch",
"commands.callersAdd.label": "Exclude Caller",
"commands.callersAdd.paletteLabel": "Exclude caller from pausing in the current location",
"commands.callersGoToCaller.label": "Go to caller location",
"commands.callersGoToTarget.label": "Go to target location",
"commands.callersRemove.label": "Remove excluded caller",
"commands.callersRemoveAll.label": "Remove all excluded callers",
"commands.disableSourceMapStepping.label": "Disable Source Mapped Stepping",
"commands.enableSourceMapStepping.label": "Enable Source Mapped Stepping",
"configuration.autoAttachMode.always": "Auto attach to every Node.js process launched in the terminal.",
"configuration.autoAttachMode.disabled": "Auto attach is disabled and not shown in status bar.",
"configuration.autoAttachMode.explicit": "Only auto attach when the `--inspect` is given.",
"configuration.autoAttachMode.smart": "Auto attach when running scripts that aren't in a node_modules folder.",
"configuration.autoAttachMode": "Configures which processes to automatically attach and debug when `#debug.node.autoAttach#` is on. A Node process launched with the `--inspect` flag will always be attached to, regardless of this setting.",
"configuration.autoAttachSmartPatterns": "Configures glob patterns for determining when to attach in \"smart\" `#debug.javascript.autoAttachFilter#` mode. `$KNOWN_TOOLS$` is replaced with a list of names of common test and code runners. [Read more on the VS Code docs](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_auto-attach-smart-patterns).",
"configuration.automaticallyTunnelRemoteServer": "When debugging a remote web app, configures whether to automatically tunnel the remote server to your local machine.",
"configuration.breakOnConditionalError": "Whether to stop when conditional breakpoints throw an error.",
"configuration.debugByLinkOptions": "Options used when debugging open links clicked from inside the JavaScript Debug Terminal. Can be set to \"off\" to disable this behavior, or \"always\" to enable debugging in all terminals.",
"configuration.defaultRuntimeExecutables": "The default `runtimeExecutable` used for launch configurations, if unspecified. This can be used to config custom paths to Node.js or browser installations.",
"configuration.npmScriptLensLocation": "Where a \"Run\" and \"Debug\" code lens should be shown in your npm scripts. It may be on \"all\", scripts, on \"top\" of the script section, or \"never\".",
"configuration.pickAndAttachOptions": "Default options used when debugging a process through the `Debug: Attach to Node.js Process` command",
"configuration.resourceRequestOptions": "Request options to use when loading resources, such as source maps, in the debugger. You may need to configure this if your sourcemaps require authentication or use a self-signed certificate, for instance. Options are used to create a request using the [`got`](https://github.com/sindresorhus/got) library.\n\nA common case to disable certificate verification can be done by passing `{ \"https\": { \"rejectUnauthorized\": false } }`.",
"configuration.terminalOptions": "Default launch options for the JavaScript debug terminal and npm scripts.",
"configuration.unmapMissingSources": "Configures whether sourcemapped file where the original file can't be read will automatically be unmapped. If this is false (default), a prompt is shown.",
"configuration.enableNetworkView": "Enables the experimental network view for targets that support it.",
"createDiagnostics.label": "Diagnose Breakpoint Problems",
"customDescriptionGenerator.description": "Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ",
"customPropertiesGenerator.description": "Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181",
"debug.npm.edit": "Edit package.json",
"debug.npm.noScripts": "No npm scripts found in your package.json",
"debug.npm.noWorkspaceFolder": "You need to open a workspace folder to debug npm scripts.",
"debug.npm.parseError": "Could not read {0}: {1}",
"debug.npm.script": "Debug npm Script",
"debug.terminal.attach": "Attach to Node.js Terminal Process",
"debug.terminal.label": "JavaScript Debug Terminal",
"debug.terminal.program.description": "Command to run in the launched terminal. If not provided, the terminal will open without launching a program.",
"debug.terminal.snippet.label": "Run \"npm start\" in a debug terminal",
"debug.terminal.toggleAuto": "Toggle Terminal Node.js Auto Attach",
"debug.terminal.welcome": {
"message": "[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\n\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.",
"comment": ["{Locked='](command:extension.js-debug.createDebuggerTerminal)'}"]
},
"debug.terminal.welcomeWithLink": {
"message": "[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\n\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.\n\n[Debug URL](command:extension.js-debug.debugLink)",
"comment": [
"{Locked='](command:extension.js-debug.createDebuggerTerminal)'}",
"{Locked='](command:extension.js-debug.debugLink)'}"
]
},
"debug.unverifiedBreakpoints": {
"message": "Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics).",
"comment": ["{Locked='](command:extension.js-debug.createDiagnostics)'}"]
},
"debugLink.label": "Open Link",
"edge.address.description": "When debugging webviews, the IP address or hostname the webview is listening on. Will be automatically discovered if not set.",
"edge.attach.description": "Attach to an instance of Edge already in debug mode",
"edge.attach.label": "Edge: Attach",
"edge.label": "Web App (Edge)",
"edge.launch.description": "Launch Edge to debug a URL",
"edge.launch.label": "Edge: Launch",
"edge.port.description": "When debugging webviews, the port the webview debugger is listening on. Will be automatically discovered if not set.",
"edge.useWebView.attach.description": "An object containing the `pipeName` of a debug pipe for a UWP hosted Webview2. This is the \"MyTestSharedMemory\" when creating the pipe \"\\\\.\\pipe\\LOCAL\\MyTestSharedMemory\"",
"edge.useWebView.launch.description": "When 'true', the debugger will treat the runtime executable as a host application that contains a WebView allowing you to debug the WebView script content.",
"enableContentValidation.description": "Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.",
"errors.timeout": "{0}: timeout after {1}ms",
"extension.description": "An extension for debugging Node.js programs and Chrome.",
"extensionHost.label": "VS Code Extension Development",
"extensionHost.launch.config.name": "Launch Extension",
"extensionHost.launch.debugWebviews": "Configures whether we should try to attach to webviews in the launched VS Code instance. This will only work in desktop VS Code.",
"extensionHost.launch.debugWebWorkerHost": "Configures whether we should try to attach to the web worker extension host.",
"extensionHost.launch.env.description": "Environment variables passed to the extension host.",
"extensionHost.launch.rendererDebugOptions": "Chrome launch options used when attaching to the renderer process, with `debugWebviews` or `debugWebWorkerHost`.",
"extensionHost.launch.testConfiguration": "Path to a test configuration file for the [test CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli).",
"extensionHost.launch.testConfigurationLabel": "A single configuration to run from the file. If not specified, you may be asked to pick.",
"extensionHost.launch.runtimeExecutable.description": "Absolute path to VS Code.",
"extensionHost.launch.stopOnEntry.description": "Automatically stop the extension host after launch.",
"extensionHost.snippet.launch.description": "Launch a VS Code extension in debug mode",
"extensionHost.snippet.launch.label": "VS Code Extension Development",
"getDiagnosticLogs.label": "Save Diagnostic JS Debug Logs",
"longPredictionWarning.disable": "Don't show again",
"longPredictionWarning.message": "It's taking a while to configure your breakpoints. You can speed this up by updating the 'outFiles' in your launch.json.",
"longPredictionWarning.noFolder": "No workspace folder open.",
"longPredictionWarning.open": "Open launch.json",
"node.address.description": "TCP/IP address of process to be debugged. Default is 'localhost'.",
"node.attach.attachExistingChildren.description": "Whether to attempt to attach to already-spawned child processes.",
"node.attach.attachSpawnedProcesses.description": "Whether to set environment variables in the attached process to track spawned children.",
"node.attach.config.name": "Attach",
"node.attach.continueOnAttach": "If true, we'll automatically resume programs launched and waiting on `--inspect-brk`",
"node.attach.processId.description": "ID of process to attach to.",
"node.attach.restart.description": "Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.",
"node.attachSimplePort.description": "If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.",
"node.console.title": "Node Debug Console",
"node.disableOptimisticBPs.description": "Don't set breakpoints in any file until a sourcemap has been loaded for that file.",
"node.enableTurboSourcemaps.description": "Configures whether to use a new, faster mechanism for sourcemap discovery",
"node.killBehavior.description": "Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.",
"node.label": "Node.js",
"node.launch.args.description": "Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.",
"node.launch.autoAttachChildProcesses.description": "Attach debugger to new child processes automatically.",
"node.launch.config.name": "Launch",
"node.launch.console.description": "Where to launch the debug target.",
"node.launch.console.externalTerminal.description": "External terminal that can be configured via user settings",
"node.launch.console.integratedTerminal.description": "VS Code's integrated terminal",
"node.launch.console.internalConsole.description": "VS Code Debug Console (which doesn't support to read input from a program)",
"node.launch.cwd.description": "Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder",
"node.launch.env.description": "Environment variables passed to the program. The value `null` removes the variable from the environment.",
"node.launch.envFile.description": "Absolute path to a file containing environment variable definitions.",
"node.launch.logging.cdp": "Path to the log file for Chrome DevTools Protocol messages",
"node.launch.logging.dap": "Path to the log file for Debug Adapter Protocol messages",
"node.launch.logging": "Logging configuration",
"node.launch.outputCapture.description": "From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.",
"node.launch.program.description": "Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.",
"node.launch.restart.description": "Try to restart the program if it exits with a non-zero exit code.",
"node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"node.launch.runtimeExecutable.description": "Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.",
"node.launch.runtimeSourcemapPausePatterns": "A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).",
"node.launch.runtimeVersion.description": "Version of `node` runtime to use. Requires `nvm`.",
"node.launch.useWSL.deprecation": "'useWSL' is deprecated and support for it will be dropped. Use the 'Remote - WSL' extension instead.",
"node.launch.useWSL.description": "Use Windows Subsystem for Linux.",
"node.localRoot.description": "Path to the local directory containing the program.",
"node.pauseForSourceMap.description": "Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.",
"node.port.description": "Debug port to attach to. Default is 9229.",
"node.processattach.config.name": "Attach to Process",
"node.profileStartup.description": "If true, will start profiling as soon as the process launches",
"node.remoteRoot.description": "Absolute path to the remote directory containing the program.",
"node.resolveSourceMapLocations.description": "A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.",
"node.showAsyncStacks.description": "Show the async calls that led to the current call stack.",
"node.snippet.attach.description": "Attach to a running node program",
"node.snippet.attach.label": "Node.js: Attach",
"node.snippet.attachProcess.description": "Open process picker to select node process to attach to",
"node.snippet.attachProcess.label": "Node.js: Attach to Process",
"node.snippet.electron.description": "Debug the Electron main process",
"node.snippet.electron.label": "Node.js: Electron Main",
"node.snippet.gulp.description": "Debug gulp task (make sure to have a local gulp installed in your project)",
"node.snippet.gulp.label": "Node.js: Gulp task",
"node.snippet.launch.description": "Launch a node program in debug mode",
"node.snippet.launch.label": "Node.js: Launch Program",
"node.snippet.mocha.description": "Debug mocha tests",
"node.snippet.mocha.label": "Node.js: Mocha Tests",
"node.snippet.nodemon.description": "Use nodemon to relaunch a debug session on source changes",
"node.snippet.nodemon.label": "Node.js: Nodemon Setup",
"node.snippet.npm.description": "Launch a node program through an npm `debug` script",
"node.snippet.npm.label": "Node.js: Launch via npm",
"node.snippet.remoteattach.description": "Attach to the debug port of a remote node program",
"node.snippet.remoteattach.label": "Node.js: Attach to Remote Program",
"node.snippet.yo.description": "Debug yeoman generator (install by running `npm link` in project folder)",
"node.snippet.yo.label": "Node.js: Yeoman generator",
"node.sourceMapPathOverrides.description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.",
"node.sourceMaps.description": "Use JavaScript source maps (if they exist).",
"node.stopOnEntry.description": "Automatically stop program after launch.",
"node.timeout.description": "Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.",
"node.versionHint.description": "Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.",
"node.websocket.address.description": "Exact websocket address to attach to. If unspecified, it will be discovered from the address and port.",
"node.remote.host.header.description": "Explicit Host header to use when connecting to the websocket of inspector. If unspecified, the host header will be set to 'localhost'. This is useful when the inspector is running behind a proxy that only accept particular Host header.",
"node.experimentalNetworking.description": "Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.",
"openEdgeDevTools.label": "Open Browser Devtools",
"outFiles.description": "If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.",
"pretty.print.script": "Pretty print for debugging",
"profile.start": "Take Performance Profile",
"profile.stop": "Stop Performance Profile",
"remove.eventListener.breakpoint.all": "Remove All Event Listener Breakpoints",
"remove.xhr.breakpoint.all": "Remove All XHR/fetch Breakpoints",
"remove.xhr.breakpoint": "Remove XHR/fetch Breakpoint",
"requestCDPProxy.label": "Request CDP Proxy for Debug Session",
"skipFiles.description": "An array of glob patterns for files to skip when debugging. The pattern `<node_internals>/**` matches all internal Node.js modules.",
"smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",
"start.with.stop.on.entry": "Start Debugging and Stop on Entry",
"startWithStopOnEntry.label": "Start Debugging and Stop on Entry",
"timeouts.generalDescription.markdown": "Timeouts for several debugger operations.",
"timeouts.generalDescription": "Timeouts for several debugger operations.",
"timeouts.hoverEvaluation.description": "Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.",
"timeouts.sourceMaps.description": "Timeouts related to source maps operations.",
"timeouts.sourceMaps.sourceMapCumulativePause.description": "Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted",
"timeouts.sourceMaps.sourceMapMinPause.description": "Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed",
"toggle.skipping.this.file": "Toggle Skipping this File",
"trace.boolean.description": "Trace may be set to 'true' to write diagnostic logs to the disk.",
"trace.description": "Configures what diagnostic output is produced.",
"trace.logFile.description": "Configures where on disk logs are written.",
"trace.stdio.description": "Whether to return trace data from the launched application or browser.",
"workspaceTrust.description": "Trust is required to debug code in this workspace.",
"commands.networkViewRequest.label": "View Request as cURL",
"commands.networkOpenBody.label": "Open Response Body",
"commands.networkOpenBodyInHexEditor.label": "Open Response Body in Hex Editor",
"commands.networkReplayXHR.label": "Replay Request",
"commands.networkCopyURI.label": "Copy Request URL",
"commands.networkClear.label": "Clear Network Log"
}