Commit bc35a56 1 parent 25b1708 commit bc35a56 Copy full SHA for bc35a56
File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Configure PSScriptAnalyzer settings
2
2
{
3
- "[powershell]" : {
4
- // Disable formating until: https://github.com/PowerShell/vscode-powershell/issues/1019 is fixed
5
- "editor.formatOnSave" : false
6
- },
7
3
"powershell.scriptAnalysis.settingsPath" : " PSScriptAnalyzerSettings.psd1" ,
8
4
"powershell.codeFormatting.preset" : " OTBS" ,
9
5
"powershell.codeFormatting.alignPropertyValuePairs" : true ,
Original file line number Diff line number Diff line change 20
20
- ** checkver:** Fix output with '-Version' ([ #3774 ] ( https://github.com/ScoopInstaller/Scoop/issues/3774 ) )
21
21
- ** schema:** Add '$schema' property ([ #4623 ] ( https://github.com/ScoopInstaller/Scoop/issues/4623 ) )
22
22
- ** schema:** Add explicit escape to opening bracket matcher in jp/jsonpath regex ([ #3719 ] ( https://github.com/ScoopInstaller/Scoop/issues/3719 ) )
23
+ - ** vscode-settings:** Remove 'formatOnSave' trigger ([ #4635 ] ( https://github.com/ScoopInstaller/Scoop/issues/4635 ) )
23
24
24
25
### Styles
25
26
You can’t perform that action at this time.
0 commit comments