microsoft / microsoft/vscode-dotnettools
Add support to .csproj.user files
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Type: Feature Request
VS For mac stores in the .csproj.user file some configs it the uses to run the debugger.
It looks something like this:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
<StartAction>Project</StartAction>
<StartArguments> some arguments</StartArguments>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
</Project>
It would be nice to support something like this.
Extension version: 0.4.5
VS Code version: Code - Insiders 1.82.0-insider (Universal) (501baeb5e07b5a404f862d922bacb93771d91331, 2023-08-18T05:34:38.929Z)
OS version: Darwin arm64 22.5.0
Modes:
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.
Research direction
No repository files, tests, or entry points are named. Start by locating the extension's project and debugger configuration handling, then compare it with the supplied .csproj.user example. Done means the relevant settings are read from .csproj.user files and used for debugging without disrupting existing configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100