aws-scripting-guy / cform-VSCode

CloudFormation extension for Visual Studio Code
86 stars 36 forks source link

Fix Internet Gateway YAML snippet #27

Closed maurogestoso closed 5 years ago

maurogestoso commented 5 years ago

Problem

The internet-gateway YAML snippet put the cursor at the AttachGateway key and the VpcId value at the same time. They should be separate edit points.

Solution

Increase cursor index by one.