|
7 | 7 | "path": "../PowerShellEditorServices" |
8 | 8 | } |
9 | 9 | ], |
10 | | - "settings": { |
11 | | - "files.associations": { |
12 | | - "**/snippets/*.json": "jsonc", |
13 | | - "**/.vsts-ci/**/*.yml": "azure-pipelines", |
14 | | - }, |
15 | | - "typescript.tsdk": "./node_modules/typescript/lib", |
16 | | - "powershell.codeFormatting.autoCorrectAliases": true, |
17 | | - "powershell.codeFormatting.newLineAfterCloseBrace": false, |
18 | | - "powershell.codeFormatting.trimWhitespaceAroundPipe": true, |
19 | | - "powershell.codeFormatting.useCorrectCasing": true, |
20 | | - "powershell.codeFormatting.whitespaceBeforeOpenBrace": false, |
21 | | - "powershell.codeFormatting.whitespaceBetweenParameters": true, |
22 | | - "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline" |
23 | | - } |
| 10 | + "settings": { |
| 11 | + "files.associations": { |
| 12 | + "**/snippets/*.json": "jsonc", |
| 13 | + "**/.vsts-ci/**/*.yml": "azure-pipelines", |
| 14 | + }, |
| 15 | + "typescript.tsdk": "./node_modules/typescript/lib", |
| 16 | + "powershell.codeFormatting.autoCorrectAliases": true, |
| 17 | + "powershell.codeFormatting.newLineAfterCloseBrace": false, |
| 18 | + "powershell.codeFormatting.trimWhitespaceAroundPipe": true, |
| 19 | + "powershell.codeFormatting.useCorrectCasing": true, |
| 20 | + "powershell.codeFormatting.whitespaceBeforeOpenBrace": false, |
| 21 | + "powershell.codeFormatting.whitespaceBetweenParameters": true, |
| 22 | + "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline" |
| 23 | + } |
24 | 24 | } |
0 commit comments