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

Problem with doublequote in section #50495

Closed
agowa opened this issue May 25, 2018 · 1 comment
Closed

Problem with doublequote in section #50495

agowa opened this issue May 25, 2018 · 1 comment
Assignees
Labels
languages-basic Basic language support issues

Comments

@agowa
Copy link

agowa commented May 25, 2018

The yaml syntax highlighting is getting confused by linebreak and quotes within a ">-" section.

Version Information

  • VSCode Version: 1.23.1
  • OS Version: ArchLinux (4.16.11-1-ARCH Open Source VS Code #1 SMP PREEMPT Tue May 22 21:40:27 UTC 2018 x86_64 GNU/Linux)

Steps to Reproduce:

  1. Save the following into a file called example.yml:
command: >-
    certonly --standalone -d {{ item }} -m "{{ ansible_certbot_contact_mail
    }}" --agree-tos --keep-until-expiring --preferred-challenges http-01
    --http-01-address 0.0.0.0 -vvvv {% if ansible_certbot_testing %}
    --test-cert {% endif %}
register: container_res
  1. Open that file with Visual Studio Code

Does this issue occur when all extensions are disabled?: Related to build in extension

@vscodebot vscodebot bot added the languages-basic Basic language support issues label May 25, 2018
@aeschli aeschli changed the title YAML Syntax Highlighting Bug Problem with doublequote in section May 28, 2018
@aeschli
Copy link
Contributor

aeschli commented May 28, 2018

This issue was moved to textmate/yaml.tmbundle#24

@aeschli aeschli closed this as completed May 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
languages-basic Basic language support issues
Projects
None yet
Development

No branches or pull requests

2 participants