()
| 822 | } |
| 823 | |
| 824 | function onDisableSquiggles(): void { |
| 825 | // This only applies to the active client. |
| 826 | const settings: CppSettings = new CppSettings(clients.ActiveClient.RootUri); |
| 827 | settings.update<string>("errorSquiggles", "disabled"); |
| 828 | } |
| 829 | |
| 830 | function onToggleDimInactiveRegions(): void { |
| 831 | // This only applies to the active client. |