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 ee41a7a commit a72daecCopy full SHA for a72daec
.github/CODEOWNERS
@@ -0,0 +1,16 @@
1
+# https://help.github.com/articles/about-codeowners/
2
+
3
+# Global pattern
4
+* @PowerShell/extension
5
6
+# Developer files
7
+# We exclude *.psd1 and *.props as they change on release
8
+*.ts @PowerShell/extension-dev
9
+*.xml @PowerShell/extension-dev
10
+src/ @PowerShell/extension-dev
11
+test/ @PowerShell/extension-dev
12
+tools/ @PowerShell/extension-dev
13
+.editorconfig @PowerShell/extension-dev
14
+.gitignore @PowerShell/extension-dev
15
+package-lock.json @PowerShell/extension-dev
16
+vscode-powershell.build.ps1 @PowerShell/extension-dev
.poshchan/settings.json
0 commit comments