yy0931

Results 4 issues of yy0931

Fixes #1067 When `t.type === "html_inline"`, `t.content` is a HTML tag, but https://github.com/yy0931/vscode-markdown/blob/b7cf0acf56abff059c5c71bc98b9446b62b708d4/src/theming/decorationWorkerRegistry.ts#L68 is assuming that `t.content` is a markdown (e.g. `"- [ ]"`). ![image](https://user-images.githubusercontent.com/54441600/174535885-51d0541a-8d33-4b2c-bb15-51a0592d4bc3.png)

Area: Editor theming
Area: Task list

## Proposal Take a look at this prototype. I did not know that VSCode could hide characters until I found [vscode-inline-fold extension](https://github.com/moalamri/vscode-inline-fold). There is already `markdown.extension.syntax.plainTheme` configuration (https://github.com/yzhang-gh/vscode-markdown/issues/185) that serves...

Issue: Feature
Area: Editor theming
Issue: Epic

## Problem The enter and backspace keys become unresponsive if there are many images in the workspace. Could you make it interrupt the autocompletion when there are many completion items?...

Issue: Enhancement
Issue: Performance
Area: Auto completion

- [x] Check if updating to the latest Preact version resolves the issue Thank you for addressing https://github.com/preactjs/preact/issues/4274, but the fix did not resolve the issue in my case. The...