Skip to content

Add support for running a script without debugging it #194

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
rkeithhill opened this issue Mar 20, 2016 · 4 comments
Closed

Add support for running a script without debugging it #194

rkeithhill opened this issue Mar 20, 2016 · 4 comments
Assignees
Labels
Issue-Enhancement A feature request (enhancement).
Milestone

Comments

@rkeithhill
Copy link
Contributor

This is exposed in VSCode via the Ctrl+F5 keyboard shortcut or the Debug: Run command. I'm not sure that needs to be different here other than to not set any breakpoints but presumably VSCode won't set any since it is not Debug. This "might" be trivial. :-)

BTW this will be a few VSCode feature in the upcoming March release - see microsoft/vscode#2780 (comment)

@rkeithhill rkeithhill added Issue-Enhancement A feature request (enhancement). Issue-Discussion Let's talk about it. and removed Issue-Discussion Let's talk about it. labels Mar 25, 2016
@rkeithhill rkeithhill self-assigned this Apr 10, 2016
@rkeithhill rkeithhill added this to the 0.6.0 milestone Apr 10, 2016
@rkeithhill
Copy link
Contributor Author

Which keyboard shortcut should we use for Expand Alias as it will need to change from Ctrl+F5. PSReadline sample uses Alt+% IIRC

@dfinke
Copy link
Contributor

dfinke commented Apr 10, 2016

Ctrl+Alt+E ?

@rkeithhill
Copy link
Contributor Author

I have also found that Alt+Shift+r is available - r for resolve or e for expand. Both would work but I lean towards @dfinke suggestion.

@daviwil
Copy link
Contributor

daviwil commented Apr 11, 2016

Yeah, I like Ctrl+Alt+E too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

3 participants