cform-VSCode icon indicating copy to clipboard operation
cform-VSCode copied to clipboard

CloudFormation extension for Visual Studio Code

Results 22 cform-VSCode issues
Sort by recently updated
recently updated
newest added

Please use this custom tag with its type otherwise it may not work: "yaml.customTags": [ "!Ref", "!Base64 mapping", "!Cidr sequence", "!Condition", "!FindInMap sequence", "!GetAtt", "!GetAZs", "!ImportValue", "!Join sequence", "!Select sequence",...

Hey all, Great plugin, really enjoy it. When I use SAM cli templates like: ``` DerpApi: Type: AWS::Serverless::Api Properties: StageName: dev Cors: AllowHeaders: "'Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization'" AllowOrigin:...

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtime

I was expecting Retain to autocompleted, not:

Hello, I downloaded the visx and ran the "code --install-extension" but got a local cert error. My understanding is that has to do with a proxy server error but this...

This might be possible, hence posing as question. Is there a way within a certain YAML/JSON CFN context to list schema-legal sub-attributes? As an example, if I have an `AWS::EC2::Instance`...

After installing the template, in "Contributions" I find the following languages file extensions: json -> .json .cform .template yaml -> .yml .yaml I am using .template files but yaml format....

When you input a ref using autocompletion, it writes it down in the next line instead of the current line.

would be really great if this project supports lsp https://langserver.org/ if it is just a documentation issue id love to use this with other lsp clients besides vscode. Incase not...