You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- UI and service to manage terminal profiles
- Handle profiles in preferences according to VS Code schema
- API and contribution markup for contributing profiles and activation
event handling
contributed on behalf of STMicroelectronics
Signed-off-by: Thomas Mäder <[email protected]>
Copy file name to clipboardexpand all lines: packages/core/i18n/nls.de.json
+12
Original file line number
Diff line number
Diff line change
@@ -447,12 +447,24 @@
447
447
"confirmCloseNever": "Niemals bestätigen.",
448
448
"enableCopy": "Aktivieren von ctrl-c (cmd-c unter macOS) zum Kopieren von markiertem Text",
449
449
"enablePaste": "Aktivieren von ctrl-v (cmd-v unter macOS) zum Einfügen aus der Zwischenablage",
450
+
"profileNew": "Neues Terminal...",
451
+
"profileDefault": "Standardprofil wählen...",
452
+
"selectProfile": "Wählen Sie ein Profil für das neue Terminal",
450
453
"shellArgsLinux": "Die Befehlszeilenargumente, die im Linux-Terminal zu verwenden sind.",
451
454
"shellArgsOsx": "Die Befehlszeilenargumente, die im macOS-Terminal zu verwenden sind.",
452
455
"shellArgsWindows": "Die Befehlszeilenargumente, die im Windows-Terminal zu verwenden sind.",
453
456
"shellLinux": "Der Pfad der Shell, die das Terminal unter Linux verwendet (Standard: '{0}'}).",
454
457
"shellOsx": "Der Pfad der Shell, die das Terminal unter macOS verwendet (Standard: '{0}'}).",
455
458
"shellWindows": "Der Pfad der Shell, die das Terminal unter Windows verwendet. (Standard: '{0}').",
459
+
"shell.deprecated": "Dies ist veraltet, neu können Sie Ihre Shell konfigurieren, indem Sie ein Profil unter 'terminal.integrated.profiles.{0}' anlegen und dessen Namen in 'terminal.integrated.defaultProfile.{0}' als Standard setzen.",
460
+
"defaultProfile": "Das Standardprofil unter {0}",
461
+
"profiles": "Die Profile welche zur Erzeugung eines Terminals verwendet werden können. Setzen Sie den Pfad von Hand mit optionalen Parametern.\n\nSezen Sie ein Profile auf `null` um es zu verbergen, z.B.: `{0}: null`.",
462
+
"profilePath": "Der Pfad der Shell, den dieses Profil benutzt.",
463
+
"profileSource": "Eine Profilquelle, die Shellpfade automatisch erkennt. Unübliche Installationsorte werden nicht unterstützt und müssen manuell erfasst werden",
464
+
"profileArgs": "Die Shellparameter, welche dieses Profil verwendet.",
465
+
"profileEnv": "Ein Objekt mit Umgebungsvariablen die zum Terminalprozess hinzugefügt werden. Setzen Sie Variablen auf `null` um sie aus der Basisumgebung zu löschen",
466
+
"profileIcon": "Eine codicon ID zur Verwendung mit diesem Terminal. \nterminal-tmux:\"$(terminal-tmux)\"",
467
+
"profileColor": "ID einer Terminal-Themenfarbe zur Verwendung mit diesem Terminal.",
456
468
"terminate": "Ende",
457
469
"terminateActive": "Möchten Sie die aktive Terminalsitzung beenden?",
458
470
"terminateActiveMultiple": "Sollen die {0} aktiven Terminalsitzungen beendet werden?"
Copy file name to clipboardexpand all lines: packages/core/i18n/nls.json
+12
Original file line number
Diff line number
Diff line change
@@ -445,12 +445,24 @@
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",
448
451
"shellArgsLinux": "The command line arguments to use when on the Linux terminal.",
449
452
"shellArgsOsx": "The command line arguments to use when on the macOS terminal.",
450
453
"shellArgsWindows": "The command line arguments to use when on the Windows terminal.",
451
454
"shellLinux": "The path of the shell that the terminal uses on Linux (default: '{0}'}).",
452
455
"shellOsx": "The path of the shell that the terminal uses on macOS (default: '{0}'}).",
453
456
"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.",
454
466
"terminate": "Terminate",
455
467
"terminateActive": "Do you want to terminate the active terminal session?",
456
468
"terminateActiveMultiple": "Do you want to terminate the {0} active terminal sessions?"
0 commit comments