Skip to content

Commit 7096fe2

Browse files
committed
Set default language to 'powershell' in examples\settings.json.
1 parent 47b4c5f commit 7096fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
// Use a custom PowerShell Script Analyzer settings file for this workspace.
33
// Relative paths for this setting are always relative to the workspace root dir.
4-
"powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1"
4+
"powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1",
5+
"files.defaultLanguage": "powershell"
56
}

0 commit comments

Comments
 (0)