Edit Config Example #18
mdgrs-mei
started this conversation in
Show and tell
Replies: 1 comment
-
|
From v0.14.0, this can be written like this without using the global scope: # PSRunConfig.ps1
Add-PSRunScriptBlock -ScriptBlock {
param ($PSRunConfigPath)
code $PSRunConfigPath
} -ArgumentList $MyInvocation.MyCommand.Path -Name 'Edit Config' -Icon '📝' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In your profile script, you probably create another
ps1file for your PowerShellRun configuration. This entry will be handy to open that file quickly.Beta Was this translation helpful? Give feedback.
All reactions