Skip to content

Commit 0648740

Browse files
matherm-aboehmunchase
authored andcommitted
chore: Include debug symbols in VSIX package to enable debugging of the extension
1 parent c6eb800 commit 0648740

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Unchase.OpenAPI.Connectedservice/Unchase.OpenAPI.ConnectedService.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
5050
<GeneratePkgDefFile>true</GeneratePkgDefFile>
5151
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
52-
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
53-
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
52+
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
53+
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
5454
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
55-
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
55+
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
5656
<StartAction>Program</StartAction>
5757
<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
5858
<StartArguments>/rootsuffix Exp</StartArguments>

0 commit comments

Comments
 (0)