You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial non-working dap
* working launch but not attach
* working attach handler
* update namespaces
* Disconnect support and handling of JsonRpcServer teardown
* Add foundation for debug tests - stdio and fixures
* all handlers
* remote file manager working
* rest of debug adapter
* use actual release
* Apply suggestions from code review
Co-Authored-By: Robert Holt <[email protected]>
Copy file name to clipboardExpand all lines: module/docs/Import-EditorCommand.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The Import-EditorCommand function will search the specified module for functions
30
30
31
31
Alternatively, you can specify command info objects (like those from the Get-Command cmdlet) to be processed directly.
32
32
33
-
To tag a command as an editor command, attach the attribute 'Microsoft.PowerShell.EditorServices.Extensions.EditorCommandAttribute' to the function like you would with 'CmdletBindingAttribute'. The attribute accepts the named parameters 'Name', 'DisplayName', and 'SuppressOutput'.
33
+
To tag a command as an editor command, attach the attribute 'Microsoft.PowerShell.EditorServices.Engine.Services.PowerShellContext.EditorCommandAttribute' to the function like you would with 'CmdletBindingAttribute'. The attribute accepts the named parameters 'Name', 'DisplayName', and 'SuppressOutput'.
34
34
35
35
## EXAMPLES
36
36
@@ -55,7 +55,7 @@ Registers all editor commands that contain "Editor" in the name and return all s
0 commit comments