Skip to content
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

Add support to .csproj.user files #421

Open
kblok opened this issue Aug 22, 2023 · 1 comment
Open

Add support to .csproj.user files #421

kblok opened this issue Aug 22, 2023 · 1 comment
Labels
area-project Project load, Solution Explorer enhancement New feature or request triaged The issue has been triaged
Milestone

Comments

@kblok
Copy link

kblok commented Aug 22, 2023

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:

@microsoft-issue-labeler microsoft-issue-labeler bot added the area-project Project load, Solution Explorer label Aug 22, 2023
@kvenkatrajan kvenkatrajan added enhancement New feature or request triaged The issue has been triaged labels Aug 22, 2023
@tmeschter tmeschter added this to the Mar2024 milestone Nov 16, 2023
@tmeschter tmeschter modified the milestones: Mar2024, Backlog Mar 28, 2024
@CelsoSantos
Copy link

Are there any plans to get this into the tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-project Project load, Solution Explorer enhancement New feature or request triaged The issue has been triaged
Projects
None yet
Development

No branches or pull requests

4 participants