Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,5 +2,9 @@
// 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",
"files.defaultLanguage": "powershell"
"files.defaultLanguage": "powershell",
// Suppresses some first-run messages
"git.openRepositoryInParentFolders": "never",
"csharp.suppressDotnetRestoreNotification": true,
"extensions.ignoreRecommendations": true
}
Loading