-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.nls.json
61 lines (47 loc) · 4.45 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
{
"extension.description": "Azure Data Studio extension debugging support",
"node.label": "Node.js v6.3+ via Inspector Protocol",
"workspaceTrust": "Trust is required to debug code in this workspace.",
"node.sourceMaps.description": "Use JavaScript source maps (if they exist).",
"outDir.deprecationMessage": "Attribute 'outDir' is deprecated, use 'outFiles' instead.",
"node.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.",
"node.stopOnEntry.description": "Automatically stop program after launch.",
"node.port.description": "Debug port to attach to. Default is 9229.",
"node.address.description": "TCP/IP address of debug port. Default is 'localhost'.",
"node.timeout.description": "Retry for this number of milliseconds to connect to Node.js. Default is 30000 ms.",
"node.smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",
"node.enableSourceMapCaching.description": "When sourcemaps are downloaded from a URL, cache them to disk.",
"node.diagnosticLogging.description": "When true, the adapter logs its own diagnostic info to the console",
"node.diagnosticLogging.deprecationMessage": "'diagnosticLogging' is deprecated. Use 'trace' instead.",
"node.verboseDiagnosticLogging.description": "When true, the adapter logs all traffic with the client and target (as well as the info logged by 'diagnosticLogging')",
"node.verboseDiagnosticLogging.deprecationMessage": "'verboseDiagnosticLogging' is deprecated. Use 'trace' instead.",
"node.trace.description": "When 'true', the debugger will log tracing info to a file. When 'verbose', it will also show logs in the console.",
"node.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.",
"node.skipFiles.description": "An array of file or folder names, or glob patterns, to skip when debugging.",
"node.restart.description": "Restart session after Node.js has terminated.",
"node.showAsyncStacks.description": "Show the async calls that led to the current call stack.",
"node.disableOptimisticBPs.description": "Don't set breakpoints in any file until a sourcemap has been loaded for that file.",
"node.launch.program.description": "Absolute path to the program.",
"node.launch.console.description": "Where to launch the debug target: internal console, integrated terminal, or external terminal.",
"node.launch.args.description": "Command line arguments passed to the program.",
"node.launch.cwd.description": "Absolute path to the working directory of the program being debugged.",
"node.launch.runtimeExecutable.description": "Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If ommitted `node` is assumed.",
"node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"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.outputCapture.description": "From where to capture output messages: The debug API, or stdout/stderr streams.",
"node.launch.config.name": "Launch",
"node.attach.processId.description": "ID of process to attach to.",
"node.attach.localRoot.description": "The local source root that corresponds to the 'remoteRoot'.",
"node.attach.remoteRoot.description": "The source root of the remote host.",
"node.attach.config.name": "Attach",
"node.processattach.config.name": "Attach to Process",
"toggle.skipping.this.file": "Toggle Skipping this File",
"extensionHost.label": "Azure Data Studio Extension Development",
"extensionHost.launch.runtimeExecutable.description": "Absolute path to Azure Data Studio.",
"extensionHost.launch.stopOnEntry.description": "Automatically stop the extension host after launch.",
"extensionHost.launch.env.description": "Environment variables passed to the extension host.",
"extensionHost.snippet.launch.label": "Azure Data Studio Extension Development",
"extensionHost.snippet.launch.description": "Launch an Azure Data Studio extension in debug mode",
"extensionHost.launch.config.name": "Launch Extension"
}