We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6f2eb commit c770a81Copy full SHA for c770a81
src/PowerShellEditorServices/Nano.PowerShellEditorServices.csproj
@@ -39,6 +39,9 @@
39
<Compile Include="..\PowerShellEditorServices.Protocol\LanguageServer\GetPSSARulesRequest.cs">
40
<Link>GetPSSARulesRequest.cs</Link>
41
</Compile>
42
+ <Compile Include="..\PowerShellEditorServices.Protocol\LanguageServer\SetPSSARulesRequest.cs">
43
+ <Link>SetPSSARulesRequest.cs</Link>
44
+ </Compile>
45
<Compile Include="Analysis\AnalysisOutputWriter.cs" />
46
<Compile Include="Analysis\AnalysisService.cs" />
47
<Compile Include="Console\ChoicePromptHandler.cs" />
0 commit comments