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

Doubled single-quote escaped syntax flagged as incorrect #34

Closed
yevster opened this issue Mar 2, 2018 · 2 comments
Closed

Doubled single-quote escaped syntax flagged as incorrect #34

yevster opened this issue Mar 2, 2018 · 2 comments

Comments

@yevster
Copy link

yevster commented Mar 2, 2018

Here's a line form a working mainTemplate.json:

"commandToExecute": "[concat('cd /hub*/docker-compose; sudo docker-compose down -t 60; sudo -s source /set_hub_url.sh ', reference(parameters('publicIpName')).dnsSettings.fqdn, ';  sudo docker volume rm ''dockercompose_cert-volume''; sudo docker-compose up')]"

The escape syntax for single quotes ('', i.e. two single quote characters next to each other) gets incorrectly gets red-underlined:

image

@StephenWeatherford
Copy link
Contributor

@yevster Sorry it took so long to get to this, but the fix will be in the next release, along with some other goodies.

@StephenWeatherford
Copy link
Contributor

FYI, this was fixed in the 0.6.0 release on Thursday. Thanks again for reporting.

@vscodebot vscodebot bot locked and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants