Commit 40786b1
committed
fix(docs): update shell integration
Updated the `settings.json` codeblock according to the current [schema](https://aka.ms/terminal-profiles-schema)
- Refactored the `actions` array to reflect the current element structure which no longer stores associated keystrokes as it appears shortcut definitions have been moved into the `keybindings` prop
- Removed the `selectCommand`/`selectOutput` actions as they don't appear to be valid anymore given the current `ShortcutActionName` enums
- Cleaned up indentation (tab size: 2 spaces) for consistency with the other code sections on this pagesettings.json codeblock1 parent dc84e27 commit 40786b1
1 file changed
+22
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 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 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
| |||
0 commit comments