forked frommicrosoft/vscode-cpptools
- Notifications
You must be signed in to change notification settings - Fork0
Commit913f740
adds settings for inactive region font & bg color (microsoft#2308)
* adds settings for inactive region font & bg colorThis adds the inactiveRegionForegroundColor and inactiveRegionBackgroundColorsettings. If a preprocessor block is found to be inactive, it will becolored by these fields if they are set. They accept hexadecimal fontstrings or valid theme colors as their values.These fields alsointeractive with the dimInactiveRegions setting.This was requested in issuemicrosoft#2212.1 parent2cbc90d commit913f740
File tree
4 files changed
+26
-1
lines changed- Extension
- src/LanguageServer
4 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
157 | 175 | | |
158 | 176 | | |
159 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
| 843 | + | |
| 844 | + | |
843 | 845 | | |
844 | 846 | | |
845 | 847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments
Comments
(0)