Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持 template.yml 内函数属性自动补全 #21

Closed
vangie opened this issue Jul 22, 2019 · 0 comments
Closed

支持 template.yml 内函数属性自动补全 #21

vangie opened this issue Jul 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@vangie
Copy link
Contributor

vangie commented Jul 22, 2019

如下 template.yml

ROSTemplateFormatVersion: '2015-09-01'
Transform: 'Aliyun::Serverless-2018-04-03'
Resources:
  my-test:
    Type: 'Aliyun::Serverless::Service'
    Properties:
      Description: 'helloworld'
    my-test:
      Type: 'Aliyun::Serverless::Function'
      Properties:
        Handler: index.handler
        Runtime: nodejs8
        CodeUri: './'

在 CodeUri 后一行输入 Env 不会出现 EnvironmentVariables 补全提示。

@vangie vangie added the enhancement New feature or request label Jul 22, 2019
@vangie vangie added this to To do in 1.3.0 via automation Jul 22, 2019
@vangie vangie added this to the 1.3.0 milestone Jul 22, 2019
@vangie vangie moved this from To do to In progress in 1.3.0 Aug 2, 2019
@ChanDaoH ChanDaoH moved this from In progress to Done in 1.3.0 Aug 2, 2019
@ChanDaoH ChanDaoH closed this as completed Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
1.3.0
  
Done
Development

No branches or pull requests

2 participants