File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 479479 "properties" : {
480480 "powershell.sideBar.CommandExplorerVisibility" : {
481481 "type" : " boolean" ,
482- "default" :true ,
482+ "default" : true ,
483483 "description" : " Specifies the visibility of the Command Explorer in the PowerShell Side Bar."
484484 },
485485 "powershell.powerShellExePath" : {
612612 "description" : " Adds a space after a separator (',' and ';')."
613613 },
614614 "powershell.codeFormatting.WhitespaceInsideBrace" : {
615- "type" : " boolean" ,
616- "default" : true ,
617- "description" : " Adds a space after an opening brace ('}') and before a closing brace ('}')."
615+ "type" : " boolean" ,
616+ "default" : true ,
617+ "description" : " Adds a space after an opening brace ('}') and before a closing brace ('}')."
618618 },
619619 "powershell.codeFormatting.WhitespaceAroundPipe" : {
620- "type" : " boolean" ,
621- "default" : true ,
622- "description" : " Adds a space before and after a pipeline ('|')."
620+ "type" : " boolean" ,
621+ "default" : true ,
622+ "description" : " Adds a space before and after a pipeline ('|')."
623623 },
624624 "powershell.codeFormatting.ignoreOneLineBlock" : {
625625 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments