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 d89aa03 commit 970e6e2Copy full SHA for 970e6e2
.gitignore
@@ -4,3 +4,4 @@ node_modules
4
*.vsix
5
**/.DS_Store
6
**/build
7
+.idea
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
所有对 "Aliyun Serverless" 插件的更改都将记录在这个文件中。
+## 1.27.18 - 2021-09-26
+
+### Fixed
8
9
+1. 修复 *.yaml 文件无法显示工作流定义的问题
10
## 1.27.17 - 2021-04-27
11
12
### Fixed
package.json
@@ -4,7 +4,7 @@
"publisher": "aliyun",
"icon": "media/aliyun-serverless-extension.png",
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
- "version": "1.27.17",
+ "version": "1.27.18",
"engines": {
"vscode": "^1.31.0"
},
0 commit comments