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
|`alwaysShowTabs`|_Required_| Boolean |`true`| When set to `true`, tabs are always displayed. When set to `false` and `showTabsInTitlebar` is set to `false`, tabs only appear after typing <kbd>Ctrl</kbd> + <kbd>T</kbd>. |
9
9
|`copyOnSelect`| Optional | Boolean |`false`| When set to `true`, a selection is immediately copied to your clipboard upon creation. When set to `false`, the selection persists and awaits further action. |
10
-
|`copyFormatting`| Optional | Boolean |`false`| When set to `true`, the color and font formatting of selected text is also copied to your clipboard. When set to `false`, only plain text is copied to your clipboard. |
11
10
|`defaultProfile`|_Required_| String | PowerShell guid | Sets the default profile. Opens by typing <kbd>Ctrl</kbd> + <kbd>T</kbd> or by clicking the '+' icon. The guid of the desired default profile is used as the value. |
12
11
|`initialCols`|_Required_| Integer |`120`| The number of columns displayed in the window upon first load. |
13
12
|`initialPosition`| Optional | String |`","`| The position of the top left corner of the window upon first load. On a system with multiple displays, these coordinates are relative to the top left of the primary display. If `launchMode` is set to `"maximized"`, the window will be maximized on the monitor specified by those coordinates. |
Copy file name to clipboardExpand all lines: doc/cascadia/profiles.schema.json
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -277,11 +277,6 @@
277
277
"description": "When set to true, a selection is immediately copied to your clipboard upon creation. When set to false, the selection persists and awaits further action.",
278
278
"type": "boolean"
279
279
},
280
-
"copyFormatting": {
281
-
"default": false,
282
-
"description": "When set to `true`, the color and font formatting of selected text is also copied to your clipboard. When set to `false`, only plain text is copied to your clipboard.",
283
-
"type": "boolean"
284
-
},
285
280
"defaultProfile": {
286
281
"$ref": "#/definitions/ProfileGuid",
287
282
"description": "Sets the default profile. Opens by clicking the '+' icon or typing the key binding assigned to 'newTab'. The guid of the desired default profile is used as the value."
0 commit comments