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

Fix issue with VSCode var syntax change . to : #523

Merged
merged 1 commit into from
Mar 28, 2017

Conversation

rkeithhill
Copy link
Contributor

BTW I'm not 100% sure about the need to require vscode 1.10.0. I've reached out to Andre (cc'd you) to see what alternatives we have.

Also replaced the deprecated OutDir setting with OutFiles in the extension's launch.json file.

FWIW I do get errors attaching to a PowerShell host process with VSCode 1.10 that I wasn't getting with 1.9 using 0.9.0 of the extension.

BTW I'm not 100% sure about the need to require vscode 1.10.0. I've reached out to Andre (cc'd you) to see what alternatives we have.

Also replaced the deprecated OutDir setting with OutFiles in the extension's launch.json file.
@rkeithhill
Copy link
Contributor Author

It looks like this was a VSCode regression that should be fixed by a recovery build for 1.10 - microsoft/vscode#21894 So we can wait on this one until such time as we're comfortable requiring VSCode 1.10 or higher.

@daviwil
Copy link
Contributor

daviwil commented Mar 6, 2017

Yep, I think 1.10.2 should be out soon enough that we won't need to fix this immediately. If it takes longer we can ship a patch update.

@gerane
Copy link

gerane commented Mar 8, 2017

This won't fix existing projects that have the old syntax will it?

@rkeithhill
Copy link
Contributor Author

No. But there is supposed to be an update to VSCode that fixes this i.e. you will see the syntax marked as deprecated in your launch.json but it will work.

@daviwil
Copy link
Contributor

daviwil commented Mar 28, 2017

Took me way too long to merge this :) Thanks!

@daviwil daviwil merged commit 1787bbb into develop Mar 28, 2017
@daviwil daviwil deleted the rkeihthill/fix-variable-syntax branch March 28, 2017 00:33
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

Successfully merging this pull request may close these issues.

4 participants