forked from microsoft/vscode-mono-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
17 lines (14 loc) · 917 Bytes
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"mono.label": "C# Mono",
"mono.launch.config.name": "Launch",
"mono.attach.config.name": "Attach",
"mono.launch.program.description": "Absolute path to the program.",
"mono.launch.args.description": "Command line arguments passed to the program.",
"mono.launch.cwd.description": "Absolute path to the working directory of the program being debugged.",
"mono.launch.runtimeExecutable.description": "Absolute path to the runtime executable to be used. Default is the runtime executable on the PATH.",
"mono.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"mono.launch.env.description": "Environment variables passed to the program.",
"mono.launch.externalConsole.description": "Launch debug target in external console.",
"mono.attach.port.description": "Debug port to attach to.",
"mono.attach.address.description": "TCP/IP address. Default is \"localhost\"."
}