Skip to content

Commit f0d0e2f

Browse files
committed
update
1 parent 3c0d552 commit f0d0e2f

4 files changed

Lines changed: 382 additions & 38 deletions

File tree

.vscode/tasks.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,6 @@
2424
"command": "vsce publish",
2525
"problemMatcher": [],
2626
"group": "build"
27-
},
28-
{
29-
"label": "prepack binaries",
30-
"type": "shell",
31-
"command": [
32-
"rm ./bin/builder/* -Include *.xml,*.exe.config -Verbose -Force;",
33-
"rm D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\*bin.zip -Verbose -Force;"
34-
],
35-
"problemMatcher": []
36-
},
37-
{
38-
"label": "pack binaries",
39-
"type": "shell",
40-
"command": ".\\bin\\7z\\7za.exe a -r -y -ssw -tzip -mx9 \"%OUT_NAME%\" .\\bin\\*",
41-
"options": {
42-
"shell": {
43-
"executable": "cmd.exe",
44-
"args": [
45-
"/C"
46-
]
47-
},
48-
"env": {
49-
"OUT_NAME": "D:\\Code-Project\\TypeScript\\eide-templates\\binaries\\bin.zip"
50-
}
51-
},
52-
"dependsOn": [
53-
"prepack binaries"
54-
],
55-
"problemMatcher": [],
56-
"group": "build"
5727
}
5828
]
5929
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
***
66

7+
### [v2.12.2_1]
8+
- 优化:支持自动读取 JLink 内部 Device 列表,以及加载 JLink 安装目录下的 'JLinkDevices.xml'
9+
- 优化:使用扩展推荐,取消原来的扩展包绑定,将自动附加扩展推荐到项目工作区(在工作内打开 **扩展** -> **推荐** 即可查看)
10+
***
11+
712
### [v2.12.1]
813
- 修复:当使用路径相对于工作区的 openocd cfg 文件时,生成的 cortex-debug 配置中出现错误
914
- 修复:打开构建器选项时,偶尔无法正常显示 UI

0 commit comments

Comments
 (0)