Skip to content

Instantly share code, notes, and snippets.

@WeirdBeardDev
Created March 17, 2022 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WeirdBeardDev/8d31b69c0448cb9ed0b4ab7aa335aa0d to your computer and use it in GitHub Desktop.
Save WeirdBeardDev/8d31b69c0448cb9ed0b4ab7aa335aa0d to your computer and use it in GitHub Desktop.
Turns on analyzer support in VS Code.
{
"RoslynExtensionsOptions": {
"EnableAnalyzersSupport": true,
"LocationPaths": [
"./analyzers"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment