We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0a011 commit 8159f1fCopy full SHA for 8159f1f
CHANGELOG.md
@@ -4,11 +4,12 @@
4
5
***
6
7
-### [v2.13.0_RC1]
+### [v2.13.0]
8
- 优化:切换不同的烧录器时,保留旧的烧录配置
9
- 优化:为 STLink,JLink 烧录器增加**附加命令行**选项,用于为烧录程序附加额外的命令行
10
- 修复:打开 RAM/ROM Layout 偶尔出现内容为空的问题,适应 vscode 主题色
11
- 修复:同时打开多个 vscode 实例时,JLink Device List 读取冲突而导致 JLink Device List 为空
12
+- 修复:安装 Keil 包时,Components 为空导致包安装失败
13
14
15
### [v2.12.3]
package.json
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
26
"license": "MIT",
27
"description": "A singlechip development environment for 8051/STM8/Cortex-M/RISC-V",
28
- "version": "2.12.3",
+ "version": "2.13.0",
29
"engines": {
30
"vscode": "^1.38.0"
31
},
0 commit comments