-
Notifications
You must be signed in to change notification settings - Fork 498
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
Problem highlighting and running functions using F8 #721
Comments
Same problem with code likie this:
VSCode Version: 0.12.1 |
Hey guys! Can you check and see what your It could be that you have your F8 key bound to the command |
That worked. Thanks! |
I actually had to do the opposite: remove
|
Thank you for your comment, but please note that this issue has been closed for over a week. For better visibility, consider opening a new issue with a link to this instead. |
System Details
$PSVersionTable
:Issue Description
I am experiencing a problem with running code by selecting code in the editor and pushing F8. The problem is when i have a function and then call it right after.
If I highlight the code above in the editor, right click and choose "Run selection" it works as expected. If I highlight the code and press F8 to run the selection, i get an error that says
Missing closing '}' in statement block or type definition. At line:0 char:0
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: