Skip to content

Variables in snippets now being treated as placeholders #387

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

Closed
adbertram opened this issue Dec 16, 2016 · 2 comments
Closed

Variables in snippets now being treated as placeholders #387

adbertram opened this issue Dec 16, 2016 · 2 comments

Comments

@adbertram
Copy link
Contributor

Please fill in these details so that we can help you!

System Details

  • Operating system name and version: macOS Sierra
  • VS Code version: 1.8
  • PowerShell extension version: 0.7.2
  • Output from $PSVersionTable: PS v6 alpha 13

Issue Description

Variables inside of PowerShell snippets are now being treated as placeholders. For example, these are the exact same thing now:

$var
${var}

@adbertram
Copy link
Contributor Author

To get around this, I've had to replace all PowerShell variables with double $. They are still treated as placeholders but if I don't change them, at least they stay that way.

@daviwil
Copy link
Contributor

daviwil commented Dec 16, 2016

Fixed with #384, it'll be in today's update!

@daviwil daviwil closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants