Skip to content

Commit b821229

Browse files
committed
fix: fix CR comments
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent 0e14caa commit b821229

File tree

2 files changed

+1
-3
lines changed
  • blog/2024-12-24-kcl-0.11.0-release
  • i18n/zh-CN/docusaurus-plugin-content-blog/2024-12-24-kcl-0.11.0-release

2 files changed

+1
-3
lines changed

blog/2024-12-24-kcl-0.11.0-release/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ In v0.11.0, the new cache structure is turned off by default, and the new local
6161
![hint](/img/blog/2024-12-06-kcl-0.11.0-release/hint.png)
6262
- IDE hover provides schema attribute default value information.
6363
![hover](/img/blog/2024-12-06-kcl-0.11.0-release/hover.png)
64-
- IDE can watch changes in configuration files(kcl.mod) in the workspace, and automatically update the semantic information in the IDE after kpm updates dependencies.
6564
- IDE fixed the failure of Windows path issues.
6665
- IDE fixed the failure of compound assignment operation statements.
6766
- IDE distinguished the highlighting of the `any` from keyword and type.
@@ -80,7 +79,7 @@ In v0.11.0, the new cache structure is turned off by default, and the new local
8079

8180
#### Standard Libraries
8281

83-
- KCL new standard libraries `filesha512` `fileblake3`
82+
- KCL new standard libraries `filesha512` and `fileblake3`
8483

8584
```kcl
8685
import crypto

i18n/zh-CN/docusaurus-plugin-content-blog/2024-12-24-kcl-0.11.0-release/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ _@adamwg, @steeling, @dennybaa, @liangyuanpeng, @NishantBansal2003, @mayrf, @emi
5757
![hint](/img/blog/2024-12-06-kcl-0.11.0-release/hint.png)
5858
- IDE schema hover 中提供了 attr 默认值信息。
5959
![hover](/img/blog/2024-12-06-kcl-0.11.0-release/hover.png)
60-
- IDE 能够监控工作目录中的配置文件变化,在 kpm 更新依赖后能自动更新 IDE 中的语义信息
6160
- 修复了 IDE 在 Windows 系统中的异常。
6261
- 修复了 IDE 在复合赋值运算语句中异常的问题。
6362
- 区分了 `any` 关键字和类型的高亮

0 commit comments

Comments
 (0)