-
Notifications
You must be signed in to change notification settings - Fork 514
F8 selection on code #754
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
Comments
Hey Graham, check your keybindings and see if you have F8 bound to |
Hi David, I've checked and its in the list but not bound to F8 : |
That list comes from your user settings, it doesn't reflect your keybindings. Try opening the Keyboard Shortcuts view with |
Hey @Graham-Beer here's mine. hth |
That's the one that is causing the problem, if you remove the binding for F8 there it will start working correctly. |
For the user ? |
Yep |
Awesome, removed the 'User' Entry and tested, working like a dream ! Thank you David and Doug for helping so quickly :) |
No problem Graham! |
System Details
$PSVersionTable
:PSVersion 5.1.15063.296
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15063.296
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When highlighting more than one line of PowerShell code in VS Code and pressing F8, the integrated console try to run each line separately. So i have to save the code in a file and run the file from the prompt.
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: