Skip to content

Commit 77cb6c0

Browse files
dfinkedaviwil
authored andcommitted
Export the new functions for performance
1 parent 2b961a6 commit 77cb6c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/PowerShellEditorServices/Commands/PowerShellEditorServices.Commands.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ FunctionsToExport = @('Register-EditorCommand',
7373
'Import-EditorCommand',
7474
'ConvertFrom-ScriptExtent',
7575
'ConvertTo-ScriptExtent',
76-
'Get-Token',
76+
'Get-Token',
77+
'Get-GitLog',
78+
'Out-CurrentFile',
7779
'Join-ScriptExtent',
7880
'Test-ScriptExtent',
7981
'psedit')

0 commit comments

Comments
 (0)