Lemmingh

Results 247 comments of Lemmingh

Yeah. #903 has blocked us for nearly one year. We now have 56 commits since v3.4.0 (c50fe848fae507597c2b1252c4dbe0708f16bd24), most of which are mild. Cherry-pick might be too heavy. Instead, we can...

Only two appear troublesome. * #907 I think 575b443f9a8fcf3eba6ed6cdcd7a549cabe52a69 neither fixed it nor added anything significant. So we can pretend nothing happened, and move it to the next iteration. *...

I'll comment here when finishing my part.

> ideas? Tag and keep it forever. It's a common pattern in large projects to create a branch for each `x.y` release. As part of maintenance, critical changes in the...

Not sure if I understand you. Do you refer to `CHANGELOG.md`?

I guess we can bump the `version` of `master` to `3.5.0`, and copy the `CHANGELOG.md`. Just need to clarify its source in the commit message. It sounds strange to have...

我不太理解您的意思。你是指的 [Auto-closing](https://code.visualstudio.com/api/language-extensions/language-configuration-guide) 吗? 我们目前没有提供 language configuration,主要是担心与 [VS Code 内置的](https://github.com/microsoft/vscode/blob/main/extensions/markdown-basics/language-configuration.json)冲突。 这里有很多因素需要考虑。参看: * #846 *

My draft ## Overview ```` +--------------------+ | Engine | | | | +----------------+ | | | Document model | | | +----------------+ | | | | +--------------+ | | |...

> Have made a start at this in my local master branch Looks like you didn't refresh your working branch, so it's a bit hard to read the diff. ---...

The problem is @gavbarnett was working on `master`, and didn't hard reset his branch after the last PR was merged. Three-way merge cannot update his branch. It needs detached checkout...