Skip to content

Commit f288303

Browse files
authored
Merge pull request #7 from justin-p/powershellScriptAnalysisSettingsPathVSCode
VSCode should use the included PSScriptAnalyzerSettings.psd1
2 parents 8d17051 + 550367b commit f288303

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
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
}

plaster/ModuleBuild/scaffold/vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
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
}

0 commit comments

Comments
 (0)