File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ using namespace System.Management.Automation
11
11
# Requires -Modules PSWorkflow ,ActiveDirectory
12
12
# Requires -ShellId MyLocalShell
13
13
# Requires -PSEdition Core
14
+ # Requires -Assembly System
14
15
# Requires -Modules PSWorkflow @ {
15
16
ModuleName = " PSScheduledJob"
16
17
ModuleVersion = " 1.0.0.0"
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ using namespace System.Management.Automation
68
68
# ^ meta.requires.powershell keyword.control.requires.powershell
69
69
# ^^^^^^^^^^ meta.requires.powershell keyword.other.powershell
70
70
# ^^^^ meta.requires.powershell variable.parameter.powershell
71
+ # Requires -Assembly System
72
+ # <- punctuation.definition.comment.powershell
73
+ # ^ meta.requires.powershell keyword.control.requires.powershell
74
+ # ^^^^^^^^^ meta.requires.powershell keyword.other.powershell
75
+ # ^^^^^^ meta.requires.powershell variable.parameter.powershell
71
76
# Requires -Modules PSWorkflow , @ {ModuleName = " PSScheduledJob" ; ModuleVersion = " 1.0.0.0" }
72
77
# <- punctuation.definition.comment.powershell
73
78
# ^ meta.requires.powershell keyword.control.requires.powershell
You can’t perform that action at this time.
0 commit comments