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 922a5dc commit fcd6c47Copy full SHA for fcd6c47
.vscode/settings.json
@@ -10,8 +10,5 @@
10
"BackgroundCompiler."
11
],
12
"FSharp.fsac.parallelReferenceResolution": false,
13
- "FSharp.enableAnalyzers": true,
14
- "FSharp.analyzersPath": [
15
- "packages/analyzers"
16
- ]
+ "FSharp.enableAnalyzers": true
17
}
src/Directory.Build.props
@@ -41,4 +41,10 @@
41
</ItemGroup>
42
</Otherwise>
43
</Choose>
44
+
45
+ <ItemGroup>
46
+ <PackageReference Include="Ionide.Analyzers" PrivateAssets="All" />
47
+ <PackageReference Include="G-Research.FSharp.Analyzers" PrivateAssets="All" />
48
+ </ItemGroup>
49
50
</Project>
0 commit comments