Skip to content

Commit 970e6e2

Browse files
committed
version 1.27.18
1 parent d89aa03 commit 970e6e2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
*.vsix
55
**/.DS_Store
66
**/build
7+
.idea

CHANGELOG.md

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

33
所有对 "Aliyun Serverless" 插件的更改都将记录在这个文件中。
44

5+
## 1.27.18 - 2021-09-26
6+
7+
### Fixed
8+
9+
1. 修复 *.yaml 文件无法显示工作流定义的问题
510
## 1.27.17 - 2021-04-27
611

712
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "aliyun",
55
"icon": "media/aliyun-serverless-extension.png",
66
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
7-
"version": "1.27.17",
7+
"version": "1.27.18",
88
"engines": {
99
"vscode": "^1.31.0"
1010
},

0 commit comments

Comments
 (0)