-
Notifications
You must be signed in to change notification settings - Fork 521
Commit f97f75c
authored
Restore original settings after disabling ISE mode (#4308)
We were previously setting them to `undefined` which mostly worked,
unless the user had customized the setting. This was most apparent and
commonly done with `colorTheme`. Now we save when we enable, and restore
to that value. Note that will only work for the original session, but it
does allow the user to test ISE mode out without repercussions.
We could probably save the settings into the global storage context, but
that might get hairy!1 parent 00502b6 commit f97f75c
1 file changed
+7
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | + | ||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
53 | - | ||
54 | + | ||
55 | + | ||
56 | + | ||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| |||
72 | 75 |
| |
73 | 76 |
| |
74 | 77 |
| |
75 | - | ||
78 | + | ||
79 | + | ||
76 | 80 |
| |
77 | - | ||
81 | + | ||
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
|
0 commit comments