We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac07fe commit 5a336b0Copy full SHA for 5a336b0
module/PowerShellEditorServices/Commands/PowerShellEditorServices.Commands.psm1
@@ -1,4 +1,4 @@
1
-Import-LocalizedData -BindingVariable Strings -FileName Strings
+Import-LocalizedData -BindingVariable Strings -FileName Strings -ErrorAction Ignore
2
3
Get-ChildItem -Path $PSScriptRoot\Public\*.ps1 | ForEach-Object {
4
. $PSItem.FullName
0 commit comments