We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b4c5f commit 7096fe2Copy full SHA for 7096fe2
examples/.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
// Use a custom PowerShell Script Analyzer settings file for this workspace.
3
// Relative paths for this setting are always relative to the workspace root dir.
4
- "powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1"
+ "powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1",
5
+ "files.defaultLanguage": "powershell"
6
}
0 commit comments