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 e145f2f commit 1a5e1b2Copy full SHA for 1a5e1b2
.vscode/settings.json
@@ -1,4 +1,6 @@
1
{
2
+ "files.trimFinalNewlines": true,
3
+ "files.insertFinalNewline": true,
4
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
5
"powershell.codeFormatting.alignPropertyValuePairs": true,
6
"powershell.codeFormatting.autoCorrectAliases": true,
@@ -15,6 +17,9 @@
15
17
"powershell.codeFormatting.whitespaceBetweenParameters": true,
16
18
"powershell.codeFormatting.whitespaceInsideBrace": true,
19
"shellcheck.exclude": [
- "SC1091"
20
+ "SC1090","SC2096"
21
+ ],
22
+ "shellcheck.customArgs": [
23
+ "-x"
24
]
-}
25
+}
0 commit comments