forked from brwilkinson/AzureDeploymentFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ADF.code-workspace
47 lines (47 loc) · 2.14 KB
/
ADF.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title": "${activeFolderLong}",
"azureResourceManagerTools.autoDetectJsonTemplates": true,
"azureResourceManagerTools.checkForLatestSchema": true,
"powershell.scriptAnalysis.settingsPath": "./.vscode/PSScriptAnalyzerSettings.psd1",
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.ignoreOneLineBlock": true,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.openBraceOnSameLine": false,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
"powershell.codeFormatting.useConstantStrings": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.codeFormatting.whitespaceInsideBrace": true,
"powershell.notebooks.showToggleButton": true,
"powershell.pester.useLegacyCodeLens": false,
"pester.autoRunOnSave": false
},
"extensions": {
"recommendations": [
"ms-vscode.azure-account",
"ms-vscode.powershell-preview",
"msazurermtools.azurerm-vscode-tools",
"GitHub.vscode-pull-request-github",
"eamodio.gitlens",
"ms-dotnettools.vscode-dotnet-runtime",
"oderwat.indent-rainbow",
"ms-azuretools.vscode-bicep",
"humao.rest-client"
// "pspester.pester-test"
]
}
}