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

Function getPendingEditDecorationTime

src/util/editDisplayUtils.ts:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import sleep from "./sleep";
8
9const getPendingEditDecorationTime = () =>
10 workspace
11 .getConfiguration("cursorless")
12 .get<number>("pendingEditDecorationTime")!;
13
14export async function decorationSleep() {
15 if (isTesting()) {

Callers 1

decorationSleepFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected