Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
function
getFontSize() {
97
const
config = vscode.workspace.getConfiguration(
"editor"
);
98
return
config.get<number>(
"fontSize"
)!;
99
}
100
101
function
getFontFamily() {
102
const
config = vscode.workspace.getConfiguration(
"editor"
);
Callers
1
calculate
Method · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected