This commit is contained in:
Miha
2024-10-31 09:49:06 -07:00
parent 6231bab9e5
commit 447d90f4d6
98 changed files with 749 additions and 1651 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"RoslynExtensionsOptions": {
"enableAnalyzersSupport": true,
"enableDecompilationSupport": true
},
"FormattingOptions": {
"enableEditorConfigSupport": true
},
"Telemetry": {
"enableTelemetry": false
},
"fileOptions": {
"systemExcludeSearchPatterns": [
"**/node_modules/**/*",
"**/bin/**/*",
"**/obj/**/*"
]
}
}