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 fd6e87b commit cfea694Copy full SHA for cfea694
.github/CODEOWNERS
@@ -0,0 +1,16 @@
1
+# https://help.github.com/articles/about-codeowners/
2
+
3
+# Global reviewers
4
+* @tylerl0706 @rjmholt
5
6
+# Area: Analysis & Formatting
7
+src/PowerShellEditorServices/Analysis/ @rjmholt
8
9
+# Area: Debugging
10
+src/PowerShellEditorServices/Debugging/ @rkeithhill
11
+src/PowerShellEditorServices.Protocol/DebugAdapter/ @rkeithhill
12
13
+# Area: Integrated Console / Host
14
+src/PowerShellEditorServices/Console/ @SeeminglyScience
15
+src/PowerShellEditorServices/Session/*ReadLine*.cs @SeeminglyScience
16
+src/PowerShellEditorServices.Host/ @SeeminglyScience
0 commit comments