()
| 99 | } |
| 100 | |
| 101 | function getFontFamily() { |
| 102 | const config = vscode.workspace.getConfiguration("editor"); |
| 103 | return config.get<string>("fontFamily")!; |
| 104 | } |
| 105 | |
| 106 | function getWebviewContent() { |
| 107 | // baseline adjustment based on https://stackoverflow.com/a/27295528 |