-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task list breaks the decoration of code span #1067
Comments
想象不出原因。。可以考虑卸载这个插件(重启 VS Code)再重新安装 |
## 11. 问题关键
!!! question
- [ ] 和 `cpumode0/1` 、`swd` 、`reset` 、 `poweron` 、 `trapping` 、 `clk` 相关pad 都有哪些?
- [ ] pattern 里面很多无关的pad,导致pattern 很大很宽,不是很好理解和维护,是否可以删减无关的部分
- [ ] 同上,是否可以直接导出这样的 `tst` 文件而不是糅杂了多有pad的 `tst` 文档?
- [x] 芯片无任何trapping 下,会进入什么模式?
- [x] eflash mode
- [x] 在向 Flash 写入校准值后,为了在 CPU Mode 模式下使用校准值,需要配置 `EN_CALI_CPU_MODEL` 寄存器,地址 `0x40008130` ,要写入什么值? 【【1.2 将校准值写入Flash】】
- [x] `A1`
- [ ] CPU Model 的系统时钟一定要 外灌时钟吗?
- [x] Cycle长度为35.714ns,即14MHz。外部时钟为28MHz。 这个外部时钟是系统外部时钟还是? 【【3.2 tst文件时序】】
- [x] 系统时钟
- [x] 时钟 CPUMCK 和数据 CPUMD 之间存在延时(一般等于5ns)这个是否需要我们在pattern进行控制,还是说内部已经实现。 【【 AC7840x CPU model 测试应用手册#1 2.4.1 CPU Model写】】
- [x] 时序图中 `Extern CPUMCLK` 和 `CPUMLK` 都是外灌的吗? 【【 AC7840x CPU model 测试应用手册#1 2.4.1 CPU Model写】】
- Extern CPUMCK是芯片外部用于产生CPUMD的工作时钟。CPUMCK在Extern CPUMCK基础上延时得到。
- [ ] cpum 一定要使用外部时钟?
- [ ] - 此内容会导致此问题。 |
现在还需要我提供什么吗? |
建议多尝试一下复现的方法,比如把所有插件都禁用,仅仅启用这一个插件,还会有问题吗? 我这不能复现的话也无从修改 |
我发现我禁用这个插件也可以解决这个问题, 名称: Markdown Extended |
我测试了,安装 Markdown Extended 之后确实就出现你所说的问题了,并且即使之后禁用 / 卸载 Markdown Extended,该问题仍然会存在! 只有卸载本插件,重启 VS Code,再安装回本插件,才能恢复正常。有点震惊 如果你想同时使用两者的话可以关闭 |
感谢,也不知道谁的问题,我先 workaround。 期待修复 |
诶……我在 #966 中分析过这个问题了呀。 |
太不显眼了,并且我也不知道是这个 bug 😂 |
Hum ... 看来,我是在梦里写了后半句。😂
|
这个情况跟 microsoft/vscode#131427 很接近,也可以算是 #1045 的背景之一。 |
* Fix decoration for code spans in task lists #1067 * Update decorationWorkerRegistry.ts Co-authored-by: Yu Zhang <yzhang.life@outlook.com>
Problem
How to reproduce
打开 markdown all in one
Configuration
除了这个,其他都没有改动
Environment
版本: 1.64.0-insider (system setup)
提交: 990ad4044032b05c0ebf0f67f800c5845baad4c7
日期: 2022-01-04T05:18:15.830Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.14393
名称: Markdown All in One
ID: yzhang.markdown-all-in-one
说明: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
版本: 3.4.0
发布者: Yu Zhang
VS Marketplace 链接: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
The text was updated successfully, but these errors were encountered: