Skip to content

Commit 2791be8

Browse files
committed
use url for screenshot
1 parent 9a655fb commit 2791be8

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> :information_source: This component is unofficial and unsupported by OutSystems.
1010
11-
![Screenshot of Visual Studio Code displaying C# code with highlighted errors in the Problems panel, showing naming and mapping rule violations detected by a the ODC Custom Code Analyzer.](screenshot.png)
11+
![Screenshot of Visual Studio Code displaying C# code with highlighted errors in the Problems panel, showing naming and mapping rule violations detected by a the ODC Custom Code Analyzer.](https://github.com/jonathanalgar/CustomCode-Analyzer/blob/main/screenshot.png?raw=true)
1212

1313
## Overview
1414

src/CustomCode-Analyzer.Vsix/CustomCode-Analyzer.Vsix.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,8 @@
7070
<IncludeInVSIX>true</IncludeInVSIX>
7171
<Link>README.md</Link>
7272
</Content>
73-
<Content Include="..\..\screenshot.png">
74-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
75-
<IncludeInVSIX>true</IncludeInVSIX>
76-
<Link>Resources\screenshot.png</Link>
77-
</Content>
7873
</ItemGroup>
7974

80-
8175
<ItemGroup>
8276
<None Include="source.extension.vsixmanifest">
8377
<SubType>Designer</SubType>

src/CustomCode-Analyzer/CustomCode-Analyzer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@
3333
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
3434
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3535
<None Include="..\..\README.md" Pack="true" PackagePath="" />
36-
<None Include="..\..\screenshot.png" Pack="true" PackagePath="" />
3736
</ItemGroup>
3837
</Project>

0 commit comments

Comments
 (0)