mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Update vscode configuration (#8346)
This commit is contained in:
committed by
GitHub
parent
e145f2fa36
commit
1a5e1b25a2
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
|
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
|
||||||
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
||||||
"powershell.codeFormatting.autoCorrectAliases": true,
|
"powershell.codeFormatting.autoCorrectAliases": true,
|
||||||
@@ -15,6 +17,9 @@
|
|||||||
"powershell.codeFormatting.whitespaceBetweenParameters": true,
|
"powershell.codeFormatting.whitespaceBetweenParameters": true,
|
||||||
"powershell.codeFormatting.whitespaceInsideBrace": true,
|
"powershell.codeFormatting.whitespaceInsideBrace": true,
|
||||||
"shellcheck.exclude": [
|
"shellcheck.exclude": [
|
||||||
"SC1091"
|
"SC1090","SC2096"
|
||||||
|
],
|
||||||
|
"shellcheck.customArgs": [
|
||||||
|
"-x"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user