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

Enable debugging of untitled script files #408

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 31, 2017

This change enables the debugging of untitled script files by executing
their contents directly, not as a script file. Since the language server
has already received the contents of the untitled file, we can easily
access them in the server for execution purposes.

Part of PowerShell/vscode-powershell#555.

This change enables the debugging of untitled script files by executing
their contents directly, not as a script file.  Since the language server
has already received the contents of the untitled file, we can easily
access them in the server for execution purposes.

Part of PowerShell/vscode-powershell#555.
@daviwil daviwil added this to the 0.12.0 milestone Mar 31, 2017
@daviwil daviwil merged commit 22a8272 into PowerShell:develop Mar 31, 2017
@daviwil daviwil deleted the untitled-debugging branch March 31, 2017 02:30
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.

3 participants