Skip to content

Instantly share code, notes, and snippets.

@WeirdBeardDev
Created March 17, 2022 21:12
Show Gist options
  • Select an option

  • Save WeirdBeardDev/8d31b69c0448cb9ed0b4ab7aa335aa0d to your computer and use it in GitHub Desktop.

Select an option

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