microsoft / microsoft/vscode-dotnettools
[SUGGESTION] Show process title with process name and process id when listing processes to attach
@WardenGnaw is already working on this.
Since Feb 6, 2024.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Describe the feature you'd like
In Visual Studio, when attaching to an existing process, the process title is shown, and that allows somebody to differentiate between the same process name that is doing different things (i.e. different w3wp processes).
VSCode with the C# DevKit extension does not show the process title, only the process name, and process id, so it is not possible to know which w3wp process is the required process.
Could we have the process title displayed with the process name and process id to make debugging of projects easier?
Alternatives considered
No response
Environment Information
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.