forked from JaneySprings/DotNet.Meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
53 lines (47 loc) · 5.01 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
{
"extension.displayName": ".NET Meteor",
"command.title.selectActiveProject": "Select workspace project",
"command.title.selectActiveConfiguration": "Select project configuration",
"command.title.selectActiveDevice": "Select device",
"command.title.pairToMac": "Pair to Mac",
"command.title.triggerHotReload": "Trigger Hot Reload",
"task.meteor.description.target": "Specifies whether the project should be build or published.",
"task.meteor.description.args": "Sets or overrides msbuild properties.",
"debugger.meteor.title": ".NET Meteor Debugger",
"debugger.meteor.description": "A new configuration for launching .NET apps.",
"debugger.meteor.description.device": "Overrides a target device with the specified device.",
"debugger.meteor.description.runtime": "Overrides a device's runtime identifier with the specified identifier.",
"debugger.meteor.description.profilerMode": "Specifies the way profiling data is collected.",
"configuration.description.monoSdbDebuggerPortAndroid": "Android's default port of the Mono SDB debugger.",
"configuration.description.monoSdbDebuggerPortApple": "iOS's default port of the Mono SDB debugger.",
"configuration.description.hotReloadHostPort": "The port of the Hot Reload server.",
"configuration.description.profilerHostPort": "Specifies the port number used by the profiler.",
"configuration.description.uninstallApplicationBeforeInstalling": "Uninstalls the application before installing it again.",
"configuration.description.applyHotReloadChangesOnSave": "Controls whether the Hot Reload server should apply changes automatically on document save.",
"configuration.description.debuggerOptions.evaluationTimeout": "Expression evaluation timeout in the debugging window.",
"configuration.description.debuggerOptions.memberEvaluationTimeout": "Member evaluation timeout in the debugging window.",
"configuration.description.debuggerOptions.allowTargetInvoke": "Allows invoking methods in the debugging window.",
"configuration.description.debuggerOptions.allowMethodEvaluation": "Allows evaluating methods in the debugging window.",
"configuration.description.debuggerOptions.allowToStringCalls": "Allows calling `ToString()` in the debugging window.",
"configuration.description.debuggerOptions.flattenHierarchy": "Controls whether the debugger should flatten the hierarchy of inherited members.",
"configuration.description.debuggerOptions.groupPrivateMembers": "Controls whether the debugger should group private members in the debugging window.",
"configuration.description.debuggerOptions.groupStaticMembers": "Controls whether the debugger should group static members in the debugging window.",
"configuration.description.debuggerOptions.useExternalTypeResolver": "Resolve types using the external type resolver. Requires the [DotRush](https://github.com/JaneySprings/DotRush) extension.",
"configuration.description.debuggerOptions.currentExceptionTag": "Specifies the display name of the current exception in the debugging window.",
"configuration.description.debuggerOptions.ellipsizeStrings": "Truncates strings in the debugging window.",
"configuration.description.debuggerOptions.ellipsizedLength": "The maximum length of a truncated string.",
"configuration.description.debuggerOptions.projectAssembliesOnly": "Specifies whether the debugger should consider only project assemblies as user code.",
"configuration.description.debuggerOptions.stepOverPropertiesAndOperators": "Specifies whether the debugger should step over properties and operators.",
"configuration.description.debuggerOptions.searchMicrosoftSymbolServer": "Search for symbols on the Microsoft Symbol Server.",
"configuration.description.debuggerOptions.searchNuGetSymbolServer": "Search for symbols on the NuGet Symbol Server.",
"configuration.description.debuggerOptions.integerDisplayFormat": "Specifies the format of displayed integers in the debugging window.",
"configuration.description.debuggerOptions.sourceCodeMappings": "Modifies locations for the debugged source code by replacing values on the left with values on the right.",
"configuration.description.debuggerOptions.automaticSourcelinkDownload": "Automatically downloads source files from the SourceLink.",
"configuration.description.debuggerOptions.symbolSearchPaths": "Specifies the paths to search for symbols.",
"configuration.description.debuggerOptions.skipNativeTransitions": "Specifies whether the debugger should skip native transitions in the call stack.",
"configuration.description.debuggerOptions.stackFrameFormat.module": "Display stack frame module in debugger.",
"configuration.description.debuggerOptions.stackFrameFormat.parameterTypes": "Display stack frame parameter types in debugger.",
"configuration.description.debuggerOptions.stackFrameFormat.parameterValues": "Display stack frame parameter values in debugger.",
"configuration.description.debuggerOptions.stackFrameFormat.parameterNames": "Display stack frame parameter names in debugger.",
"configuration.description.debuggerOptions.stackFrameFormat.language": "Display stack frame language type in debugger."
}