Skip to content

Update default launch.json to use $file #76

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
daviwil opened this issue Jan 28, 2016 · 2 comments · May be fixed by terrorizer1980/vscode-powershell#1 or terrorizer1980/vscode-powershell#8
Closed
Assignees
Labels
Issue-Enhancement A feature request (enhancement).
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Jan 28, 2016

The VS Code team has fixed the $file variable so that it always gets updated to the most recently opened file path when the debugger is started. We should use this in the default launch configuration so that it's easier for users to get started debugging their scripts.

microsoft/vscode#1667

@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Jan 28, 2016
@daviwil daviwil added this to the 0.4.0 milestone Jan 28, 2016
@rkeithhill rkeithhill self-assigned this Jan 28, 2016
@rkeithhill
Copy link
Contributor

I can make this update. Any word on when the insiders update for the next VSCode release will drop? I thought they were shooting for the 26th?

@daviwil
Copy link
Contributor Author

daviwil commented Jan 28, 2016

Thanks Keith! I think they're doing their final validation now. I don't know when it's going to happen, but all of their testing work items just got finished up today:

https://github.com/Microsoft/vscode/issues?page=1&q=label%3Atestplan-item+milestone%3A%22Jan+2016%22

I'm guessing we'll see the preview drop in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment