microsoft / microsoft/vscode

Markdown editor: Cannot put cursor into empty code block line

Open
#327,318 0 comments 0 reactions 1 assignee Claimed by @hediet View on GitHub
bug markdown-editor
Dominant language
TypeScript
Stars
193k
Forks
42.4k
PR merge metrics
PR metrics pending

Description

```
type KeyResolver = (signedObject: SignedObject, keyId: KeyId) => VerifyingKey | undefined;

type VerifyResult =
| {
valid: true;
keyId: KeyId;
}
| { valid: false };
```

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.