-
Notifications
You must be signed in to change notification settings - Fork 675
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
Debugger: "No Debug"(Ctrl+F5) is not supported by keyboard operation #704
Comments
@ClaireKang I am not quite sure what you are saying. First, are you running into #701, because I would have expected that bug to break all testing? If you are working around that, are you finding that it works correctly with Command-F5? If not, does it work correctly with F5? How about with 'Debug: Start Without Debugging' from the command palette? |
Using |
I'm so sorry to not tell you what about Using ⌘-F5 on my mac. |
This is by design, especially since I think there is no conflict if you use the F keys on the mac as standard keys (which is not the default). |
@gregg-miskelly there is a global macOS setting that let's you flip the way how the F keys work. I would except that every developer has turned this on: |
Environment data
VS Code version: 1.4.0
OS:Mac
C# Extension version:
csharp-1.4.0-beta6.vsix
Steps to reproduce
1: Create a new project following under steps:
2: Open this project with VSCode
3: Ctrl/Command+F5
Expected behavior
Support for launching a project with "No Debug"(Ctrl+F5).
Actual behavior
(Command+F5) should display same result by keyboard operation.
The text was updated successfully, but these errors were encountered: