launch.json for projects in /tools opened in vscode does not load dll paths correctly
Open
Central-EngSys
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
The default `program` path in the launch.json file fills out to be something like:
```
"program": "${workspaceFolder}/Azure.Sdk.Tools.PipelineGenerator/bin/Debug/netcoreapp2.1/Azure.Sdk.Tools.PipelineGenerator.dll",
```
However, the actual output path when running `dotnet build` is like:
```
/home/ben/sdk/azure-sdk-tools/artifacts/bin/Azure.Sdk.Tools.PipelineGenerator/Debug/netcoreapp3.1/Azure.Sdk.Tools.PipelineGenerator.dll
```
So something about the global/parent config that makes dotnet save artifacts to the repo root as opposed to the solution root is not also being picked up by vscode?
Contributor guide
Assessment
This issue has not been assessed yet.