Commit 01e8ef8
authored
Fix new suppress terminal setting (#5463)
Behaviorally it was working, but it wasn't showing up in the settings.
We also hadn't mapped it into our (pointless IMHO) `Settings` class,
or put it under the "correct" section of `integratedConsole`.
To be honest, it's open work to migrate away from `getSettings()`
and to just using the VS Code APIs directly, but we shouldn't do it now.1 parent 12c8737 commit 01e8ef8
3 files changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | | - | |
| 1050 | + | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
1169 | 1165 | | |
1170 | 1166 | | |
1171 | 1167 | | |
| |||
1186 | 1182 | | |
1187 | 1183 | | |
1188 | 1184 | | |
1189 | | - | |
| 1185 | + | |
1190 | 1186 | | |
1191 | 1187 | | |
1192 | 1188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments