Skip to content

Commit

Permalink
Set default language to 'powershell' in examples\settings.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Mar 31, 2017
1 parent 47b4c5f commit 7096fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
// Use a custom PowerShell Script Analyzer settings file for this workspace.
// Relative paths for this setting are always relative to the workspace root dir.
"powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1"
"powershell.scriptAnalysis.settingsPath": "./PSScriptAnalyzerSettings.psd1",
"files.defaultLanguage": "powershell"
}

0 comments on commit 7096fe2

Please sign in to comment.