You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Highlight here is OK
- name: build docker-compose project {{ project.key }}# Highlight is misleading. All of this block is a stringsplit spaces: | - i'm a string - [not an array] - {nor a dict}# same herejoin spaces: > - i'm a string - [not an array] - {nor a dict}when:
# This is all a single string
- not build_cache|bool or "ERROR: for odoo" in result.stderrcommand:
# Highlighting in line 42 is misleading. All of this is a string toodocker-compose build --pull{% if not build_cache|bool %} --no-cache {% endif %}
From @yajo on July 30, 2018 9:21
Issue Type: Bug
Comments inside the image explain the wrong syntax highlighting problems; see:
Copied from original issue: microsoft/vscode#55355
The text was updated successfully, but these errors were encountered: