|
445 | 445 | "confirmCloseNever": "Never confirm.",
|
446 | 446 | "enableCopy": "Enable ctrl-c (cmd-c on macOS) to copy selected text",
|
447 | 447 | "enablePaste": "Enable ctrl-v (cmd-v on macOS) to paste from clipboard",
|
448 |
| - "profileNew": "New Terminal...", |
449 |
| - "profileDefault": "Choose Default Profile...", |
450 |
| - "selectProfile": "Select a profile for the new terminal", |
451 | 448 | "shellArgsLinux": "The command line arguments to use when on the Linux terminal.",
|
452 | 449 | "shellArgsOsx": "The command line arguments to use when on the macOS terminal.",
|
453 | 450 | "shellArgsWindows": "The command line arguments to use when on the Windows terminal.",
|
454 | 451 | "shellLinux": "The path of the shell that the terminal uses on Linux (default: '{0}'}).",
|
455 | 452 | "shellOsx": "The path of the shell that the terminal uses on macOS (default: '{0}'}).",
|
456 | 453 | "shellWindows": "The path of the shell that the terminal uses on Windows. (default: '{0}').",
|
457 |
| - "shell.deprecated": "This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in 'terminal.integrated.profiles.{0}' and setting its profile name as the default in 'terminal.integrated.defaultProfile.{0}'.", |
458 |
| - "defaultProfile": "The default profile used on {0}", |
459 |
| - "profiles": "The profiles to present when creating a new terminal. Set the path property manually with optional args. \n\nSet an existing profile to `null` to hide the profile from the list, for example: `{0}: null`.", |
460 |
| - "profilePath": "The path of the shell that this profile uses.", |
461 |
| - "profileSource": "A profile source that will auto detect the paths to the shell. Note that non-standard executable locations are not supported and must be created manually in a new profile.", |
462 |
| - "profileArgs": "The shell arguments that this profile uses.", |
463 |
| - "profileEnv": "An object with environment variables that will be added to the terminal profile process. Set to `null` to delete environment variables from the base environment.", |
464 |
| - "profileIcon": "A codicon ID to associate with the terminal icon. \nterminal-tmux:\"$(terminal-tmux)\"", |
465 |
| - "profileColor": "A terminal theme color ID to associate with the terminal.", |
466 | 454 | "terminate": "Terminate",
|
467 | 455 | "terminateActive": "Do you want to terminate the active terminal session?",
|
468 | 456 | "terminateActiveMultiple": "Do you want to terminate the {0} active terminal sessions?"
|
|
0 commit comments