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.
2 parents ee41a7a + 4dcd13a commit f548ec3Copy full SHA for f548ec3
.github/CODEOWNERS
@@ -0,0 +1,15 @@
1
+# https://help.github.com/articles/about-codeowners/
2
+
3
+# Global pattern
4
+* @PowerShell/extension
5
6
+# Developer files
7
+src/ @PowerShell/extension-dev
8
+test/ @PowerShell/extension-dev
9
+tools/ @PowerShell/extension-dev
10
+.editorconfig @PowerShell/extension-dev
11
+.gitattributes @PowerShell/extension-dev
12
+.gitignore @PowerShell/extension-dev
13
+extension-dev.code-workspace @PowerShell/extension-dev
14
+package-lock.json @PowerShell/extension-dev
15
+vscode-powershell.build.ps1 @PowerShell/extension-dev
.poshchan/settings.json
0 commit comments