File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 479
479
"properties" : {
480
480
"powershell.sideBar.CommandExplorerVisibility" : {
481
481
"type" : " boolean" ,
482
- "default" :true ,
482
+ "default" : true ,
483
483
"description" : " Specifies the visibility of the Command Explorer in the PowerShell Side Bar."
484
484
},
485
485
"powershell.powerShellExePath" : {
612
612
"description" : " Adds a space after a separator (',' and ';')."
613
613
},
614
614
"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 ('}')."
618
618
},
619
619
"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 ('|')."
623
623
},
624
624
"powershell.codeFormatting.ignoreOneLineBlock" : {
625
625
"type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments