()
| 816 | } |
| 817 | |
| 818 | function onEnableSquiggles(): void { |
| 819 | // This only applies to the active client. |
| 820 | const settings: CppSettings = new CppSettings(clients.ActiveClient.RootUri); |
| 821 | settings.update<string>("errorSquiggles", "enabled"); |
| 822 | } |
| 823 | |
| 824 | function onDisableSquiggles(): void { |
| 825 | // This only applies to the active client. |