Files

1 line
25 KiB
JSON
Raw Permalink Normal View History

2025-05-09 16:55:09 +08:00
{"add.browser.breakpoint":"Add Browser 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.","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.","