File tree Expand file tree Collapse file tree
plaster/ModuleBuild/scaffold/vscode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 // Use a custom PowerShell Script Analyzer settings file for this workspace.
1515 // Relative paths for this setting are always relative to the workspace root dir.
16- "powershell.scriptAnalysis.settingsPath" : " ScriptAnalyzerSettings .psd1"
16+ "powershell.scriptAnalysis.settingsPath" : " PSScriptAnalyzerSettings .psd1"
1717}
Original file line number Diff line number Diff line change 1515 // based on the file contents when `editor.detectIndentation` is true.
1616 "editor.tabSize" : 4 ,
1717 // Insert spaces when pressing Tab. This setting is overriden
18- // based on the file contents when `editor.detectIndentation` is true.
18+ // based on the file contents when `editor.detectIndentation` is true.
1919 "editor.insertSpaces" : true ,
2020 // When opening a file, `editor.tabSize` and `editor.insertSpaces`
2121 // will be detected based on the file contents. Set to false to keep
22- // the values you've explicitly set, above.
22+ // the values you've explicitly set, above.
2323 "editor.detectIndentation" : false ,
2424 //-------- PowerShell Configuration --------
2525
2626 // Use a custom PowerShell Script Analyzer settings file for this workspace.
2727 // Relative paths for this setting are always relative to the workspace root dir.
28- "powershell.scriptAnalysis.settingsPath" : " ScriptAnalyzerSettings .psd1"
28+ "powershell.scriptAnalysis.settingsPath" : " PSScriptAnalyzerSettings .psd1"
2929}
You can’t perform that action at this time.
0 commit comments