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

Function getFontSize

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

Source from the content-addressed store, hash-verified

94}
95
96function getFontSize() {
97 const config = vscode.workspace.getConfiguration("editor");
98 return config.get<number>("fontSize")!;
99}
100
101function getFontFamily() {
102 const config = vscode.workspace.getConfiguration("editor");

Callers 1

calculateMethod · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected