MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / getFontFamily

Function getFontFamily

src/core/FontMeasurements.ts:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

calculateMethod · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected