Skip to content

Commit 9f8fbc1

Browse files
authored
bump to v1.27.8 (#227)
1 parent 2cc2ead commit 9f8fbc1

File tree

3 files changed

+80
-36
lines changed

3 files changed

+80
-36
lines changed

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.8 - 2020-04-26
6+
### Added
7+
1. 默认启用多模板文件模式,支持自动检测 fun build 构建出的模板文件。
8+
2. 内置的 fun 版本升级为 v3.6.11。
9+
510
## 1.27.7 - 2020-04-16
611
### Added
712
1. 更新函数工作流的语法智能提示 Schema

package-lock.json

Lines changed: 69 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
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.7",
7+
"version": "1.27.8",
88
"engines": {
99
"vscode": "^1.31.0"
1010
},
@@ -107,13 +107,15 @@
107107
},
108108
"aliyun.fc.single.template.mode": {
109109
"type": "boolean",
110-
"default": "true",
110+
"default": false,
111111
"description": "Whether use single template mode. If this mode is enabled, only template.(yml|yaml) will be detected"
112112
},
113113
"aliyun.fc.multi.templates.path": {
114114
"type": "array",
115115
"default": [
116-
"template.yml"
116+
"template.yml",
117+
"template.yaml",
118+
".fun/build/artifacts/template.yml"
117119
]
118120
},
119121
"aliyun.fc.local.debug.python.waitingTime": {
@@ -731,7 +733,7 @@
731733
"dependencies": {
732734
"@alicloud/fc2": "^2.1.0",
733735
"@alicloud/fnf-2019-03-15": "^1.1.0",
734-
"@alicloud/fun": "3.6.9",
736+
"@alicloud/fun": "3.6.11",
735737
"@types/js-yaml": "^3.12.1",
736738
"@typescript-eslint/eslint-plugin": "^1.11.0",
737739
"@typescript-eslint/parser": "^1.11.0",

0 commit comments

Comments
 (0)