File tree 10 files changed +51
-1
lines changed
module/PowerShellEditorServices/Commands/Public
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
+ <#
2
7
. EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
3
8
#>
4
9
function 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
+
1
6
function ConvertFrom-ScriptExtent {
2
7
<#
3
8
. 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
+
1
6
function ConvertTo-ScriptExtent {
2
7
<#
3
8
. 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
+
1
6
function Find-Ast {
2
7
<#
3
8
. 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
+
1
6
function Get-Token {
2
7
<#
3
8
. 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
+
1
6
function Import-EditorCommand {
2
7
<#
3
8
. 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
+
1
6
function Join-ScriptExtent {
2
7
<#
3
8
. 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
+
1
6
function Out-CurrentFile {
2
7
<#
3
8
. 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
+
1
6
function Set-ScriptExtent {
2
7
<#
3
8
. 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
+
1
6
function Test-ScriptExtent {
2
7
<#
3
8
. EXTERNALHELP ..\PowerShellEditorServices.Commands-help.xml
You can’t perform that action at this time.
0 commit comments