Skip to content

Commit a7236e2

Browse files
author
András Kurai
committed
add vscode unity analyzer dll
1 parent 8da4530 commit a7236e2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,6 @@ FodyWeavers.xsd
395395
### VisualStudio Patch ###
396396
# Additional files built by Visual Studio
397397

398-
# End of https://www.toptal.com/developers/gitignore/api/visualstudio
398+
# End of https://www.toptal.com/developers/gitignore/api/visualstudio
399+
400+
!.vscode/**/*
183 KB
Binary file not shown.

.vscode/omnisharp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"RoslynExtensionsOptions": {
3+
"EnableAnalyzersSupport": true,
4+
"LocationPaths": ["./.vscode/VsCodeAnalyzers"]
5+
}
6+
}

0 commit comments

Comments
 (0)