If I type aws:s3 then the following sequence :, BACKSPACE: , I should get only one : but I get two.
Steps to reproduce
name: provider
runtime: yaml
description: A YAML program which uses a provider
resources:
test:
type: aws:s3$
Type : at the cursor ($).
Expected Behavior
Expect a : to appear and the next completion to show up.
Actual Behavior
Two :s appear.
Output of pulumi about
On release 0.1.6-pre
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
What happened?
Steps to reproduce
Type
:
at the cursor ($
).Expected Behavior
Expect a
:
to appear and the next completion to show up.Actual Behavior
Two
:
s appear.Output of
pulumi about
On release 0.1.6-pre
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).