Git Product home page Git Product logo

Comments (10)

webreidi avatar webreidi commented on June 19, 2024 1

@WardenGnaw yes, as well as the icon change to the Run icon. So, if you don't use the arrow, you run your project.

from vscode.

isidorn avatar isidorn commented on June 19, 2024 1

@WardenGnaw
My understanding was that the main C# user problem is that Run is not the default option in the Editor title area.
I wrongly assumed that extension authors can not control the order of the actions there. But I was wrong, so I would suggest that for now C# DevKit just controls the order of contributed actions, and makes sure Run is first and the default.

from vscode.

webreidi avatar webreidi commented on June 19, 2024

@isidorn This is the run as default issue we talked about today.

from vscode.

WardenGnaw avatar WardenGnaw commented on June 19, 2024

Is this issue asking to reorder the listing of this dialog?
image

from vscode.

roblourens avatar roblourens commented on June 19, 2024

So this is from the extension, right?

from vscode.

webreidi avatar webreidi commented on June 19, 2024

@roblourens No, I spoke with the Java team and the Python team and they all agree that this should be the default for all languages, not just for certain extensions.

from vscode.

WardenGnaw avatar WardenGnaw commented on June 19, 2024

@roblourens To clarify this ask.

Instead of having extensions that contribute debuggers to contribute an additonal contributes.menus.editor/title/run.
There should be something similar to the Run menu dropdown, where it will just execute the debugger associated with the file extension and provide both "Run without Debugging" and "Start Debugging" options for any file. The existing contributions will be appened after those.

Proposal:
image

vscode-java-debug: https://github.com/microsoft/vscode-java-debug/blob/main/package.json#L193-L204
vscode-python-debugger: https://github.com/microsoft/vscode-python-debugger/blob/main/package.json#L113-L125

from vscode.

gregg-miskelly avatar gregg-miskelly commented on June 19, 2024

Suggestion: I think we should fix this in C# Dev Kit instead of trying to fix this centrally. A central fix is far trickier.

from vscode.

isidorn avatar isidorn commented on June 19, 2024

@WardenGnaw @webreidi can you help me understand this better.
So right now you can contribute commands to contributes.menus.editor/title/run. You can control the order - so that Run is first and is the default.

What is exactly missing? Why do you want a general Run, Debug buttons there? If I understand last comment from @WardenGnaw

from vscode.

WardenGnaw avatar WardenGnaw commented on June 19, 2024

@isidorn I believe this was a discussion you had with @webreidi to centralize this?

from vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.