(name: string, value: T)
| 752 | } |
| 753 | |
| 754 | public update<T>(name: string, value: T): void { |
| 755 | void super.Section.update(name, value); |
| 756 | } |
| 757 | |
| 758 | public populateEditorConfig(document: vscode.TextDocument): void { |
| 759 | // Set up a map of setting names and values. Parse through the document line-by-line, looking for |
no outgoing calls