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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
| {
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"command": "find",
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"command": "paste",
"id": "User.paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
}
],
"alwaysOnTop": true,
"alwaysShowNotificationIcon": true,
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"firstWindowPreference": "defaultProfile",
"focusFollowMouse": true,
"initialPosition": "0,50",
"initialRows": 26,
"launchMode": "focus",
"minimizeToNotificationArea": true,
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"newTabPosition": "afterCurrentTab",
"profiles":
{
"defaults":
{
"adjustIndistinguishableColors": "indexed",
"font":
{
"cellHeight": "1",
"size": 22
},
"tabTitle": "Console"
},
"list":
[
{
"adjustIndistinguishableColors": "indexed",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"experimental.retroTerminalEffect": true,
"font":
{
"cellHeight": "2",
"size": 22
},
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell",
"useAcrylic": true
},
{
"colorScheme": "Campbell Powershell",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"compatibility.reloadEnvironmentVariables": false,
"font":
{
"cellHeight": "2",
"size": 22
},
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Invite de commandes"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{7593c25e-bfb2-5f75-840f-6cac1ab398f0}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{96fd9368-4898-5b86-8d94-cb5378133cee}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}",
"hidden": true,
"name": "Visual Studio Debug Console",
"source": "VSDebugConsole"
},
{
"guid": "{d412998c-5e9c-5d93-a71f-d9527aad61ad}",
"hidden": true,
"name": "Developer Command Prompt for VS 2019",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{f60880c3-9d46-53fb-bfcd-a88eee0a7ccc}",
"hidden": true,
"name": "Developer PowerShell for VS 2019",
"source": "Windows.Terminal.VisualStudio"
}
]
},
"schemes": [],
"showTabsInTitlebar": false,
"showTerminalTitleInTitlebar": false,
"tabSwitcherMode": "disabled",
"themes": [],
"useAcrylicInTabRow": true,
"windowingBehavior": "useNew"
} |
Partager