File tree Expand file tree Collapse file tree 10 files changed +51
-1
lines changed
module/PowerShellEditorServices/Commands/Public Expand file tree Collapse file tree 10 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1- <#
1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
6+ <#
27. EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
38#>
49function Register-EditorCommand {
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function ConvertFrom-ScriptExtent {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function ConvertTo-ScriptExtent {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Find-Ast {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Get-Token {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Import-EditorCommand {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Join-ScriptExtent {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Out-CurrentFile {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Set-ScriptExtent {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) Microsoft. All rights reserved.
3+ # Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+ #
5+
16function Test-ScriptExtent {
27 <#
38 . EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
You can’t perform that action at this time.
0 commit comments