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

Populate launchSettings with candidate top-level compile files #40

Closed
kzu opened this issue May 17, 2021 · 0 comments
Closed

Populate launchSettings with candidate top-level compile files #40

kzu opened this issue May 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kzu
Copy link
Collaborator

kzu commented May 17, 2021

We used to do this via a C# source generator, but stopped doing it because it interferred with the compilation and sometimes broke intellisense.

Now we have a more reliable auto-selection mechanism based on detecting the active document. In some rare cases, however, the IDE detection stops working and it's impossible to select the actual target we want to run.

We should bring back the launchSettings.json generation, but base it entirely on MSBuild instead, so we don't interfere at all with any of the built-in stuff that's already working. We should also run this right after we select the startup file, so it's basically a complement, not a replacement.

@kzu kzu added the enhancement New feature or request label May 17, 2021
@kzu kzu closed this as completed in b7798ee May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant