Skip to content

Instantly share code, notes, and snippets.

@gerane
Created January 6, 2017 21:19
Show Gist options
  • Save gerane/b4ac05052cbebe29355ff57bf9be578e to your computer and use it in GitHub Desktop.
Save gerane/b4ac05052cbebe29355ff57bf9be578e to your computer and use it in GitHub Desktop.
1/6/2017 10:37:19 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs
READ MESSAGE:
{
"jsonrpc": "2.0",
"id": 76,
"method": "completionItem/resolve",
"params": {
"label": "Style",
"detail": null,
"documentation": null,
"filterText": "PScribo\\Style",
"insertText": "PScribo\\Style",
"kind": 3,
"sortText": null,
"textEdit": {
"range": {
"start": {
"line": 6,
"character": 16
},
"end": {
"line": 6,
"character": 17
}
},
"newText": "PScribo\\Style"
},
"data": null
}
}
1/6/2017 10:37:19 AM [VERBOSE] - Method "ExecuteCommand" at line 448 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs
Attempting to execute command(s):
Microsoft.PowerShell.Core\Get-Command
1/6/2017 10:37:19 AM [VERBOSE] - Method "OnSessionStateChanged" at line 799 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs
Session state changed --
Old state: Ready
New state: Running
Result: NotFinished
1/6/2017 10:37:20 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1195 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs
Analyzing script file: c:\Github\scripts\scripts\wpkg\Powershell\IPScanner.ps1
1/6/2017 10:37:20 AM [VERBOSE] - Method "GetDiagnosticRecords" at line 266 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Analysis\AnalysisService.cs
Running PSScriptAnalyzer against c:\Github\scripts\scripts\wpkg\Powershell\IPScanner.ps1
1/6/2017 10:37:21 AM [VERBOSE] - Method "OnSessionStateChanged" at line 799 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs
Session state changed --
Old state: Running
New state: Ready
Result: Completed
1/6/2017 10:37:21 AM [ERROR] - Method "ExecuteCommand" at line 486 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs
Execution completed with errors:
Parameter set cannot be resolved using the specified named parameters.
The term '-Name' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment