5/21/2016 11:32:49 AM [NORMAL] - Method "Main" at line 145 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs PowerShell Editor Services Host v0.6.1.356 starting (pid 12080)... Host application details: Name: Visual Studio Code Host ProfileId: Microsoft.VSCode Version: 0.6.1 5/21/2016 11:32:51 AM [VERBOSE] - Method "SetExecutionPolicy" at line 945 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Current execution policy: ExecutionPolicy.RemoteSigned 5/21/2016 11:32:51 AM [NORMAL] - Method "Initialize" at line 186 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs PowerShell runtime version: 5.0.10586.117 5/21/2016 11:32:51 AM [VERBOSE] - Method "SetProfileVariableInCurrentRunspace" at line 1055 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Setting $profile variable in runspace. Current user host profile path: C:\Users\U403598\Documents\WindowsPowerShell\Microsoft.VSCode_profile.ps1 5/21/2016 11:32:52 AM [VERBOSE] - Method "Initialize" at line 102 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Extensions\ExtensionService.cs Executing extension API cmdlet script at path: C:\Users\U403598\AppData\Local\Temp\PSES_ExtensionCmdlets_wicugtsl.ps1 5/21/2016 11:32:52 AM [VERBOSE] - Method "ExecuteCommand" at line 351 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Attempting to execute command(s): . C:\Users\U403598\AppData\Local\Temp\PSES_ExtensionCmdlets_wicugtsl.ps1 5/21/2016 11:32:52 AM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Ready New state: Running Result: NotFinished 5/21/2016 11:32:52 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 0, "method": "initialize", "params": { "processId": 10908, "capabilities": {} } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "0", "result": { "capabilities": { "textDocumentSync": 2, "hoverProvider": true, "completionProvider": { "resolveProvider": true, "triggerCharacters": [ ".", "-", ":", "\\" ] }, "signatureHelpProvider": { "triggerCharacters": [ " " ] }, "definitionProvider": true, "referencesProvider": true, "documentHighlightProvider": true, "documentSymbolProvider": true, "workspaceSymbolProvider": true } } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "OnSessionStateChanged" at line 694 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Session state changed -- Old state: Running New state: Ready Result: Completed 5/21/2016 11:32:52 AM [VERBOSE] - Method "ExecuteCommand" at line 392 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Session\PowerShellContext.cs Execution completed successfully. 5/21/2016 11:32:52 AM [NORMAL] - Method "Main" at line 165 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs PowerShell Editor Services Host started! 5/21/2016 11:32:52 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "workspace/didChangeConfiguration", "params": { "settings": { "powershell": { "useX86Host": false, "enableProfileLoading": true, "scriptAnalysis": { "enable": true, "settingsPath": "" }, "developer": { "editorServicesHostPath": "../bin/", "editorServicesLogLevel": "Verbose", "editorServicesWaitForDebugger": false } } } } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didOpen", "params": { "uri": "untitled:Untitled-1", "text": "test" } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:52 AM [VERBOSE] - Method "GetFileBuffer" at line 124 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Opened file as in-memory buffer: untitled:Untitled-1 5/21/2016 11:32:52 AM [VERBOSE] - Method "HandleDidOpenTextDocumentNotification" at line 292 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Finished opening document. 5/21/2016 11:32:52 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 3 }, "end": { "line": 0, "character": 4 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:52 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 2 }, "end": { "line": 0, "character": 3 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:52 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 1 }, "end": { "line": 0, "character": 2 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 0 } }, "rangeLength": 0, "text": "t" } ] } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 1, "method": "textDocument/completion", "params": { "uri": "untitled:Untitled-1", "position": { "line": 0, "character": 1 } } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "1", "result": [ { "label": "T:", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "T:", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "T:" }, "data": null }, { "label": "tabcal.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tabcal.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tabcal.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tabcal.exe" }, "data": null }, { "label": "TabExpansion2", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "TabExpansion2", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TabExpansion2" }, "data": null }, { "label": "TabletPC.cpl", "kind": 3, "detail": "C:\\Windows\\system32\\TabletPC.cpl", "documentation": null, "sortText": null, "filterText": null, "insertText": "TabletPC.cpl", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TabletPC.cpl" }, "data": null }, { "label": "takeown.exe", "kind": 3, "detail": "C:\\Windows\\system32\\takeown.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "takeown.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "takeown.exe" }, "data": null }, { "label": "TapiUnattend.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TapiUnattend.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TapiUnattend.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TapiUnattend.exe" }, "data": null }, { "label": "taskeng.exe", "kind": 3, "detail": "C:\\Windows\\system32\\taskeng.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "taskeng.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "taskeng.exe" }, "data": null }, { "label": "taskhost.exe", "kind": 3, "detail": "C:\\Windows\\system32\\taskhost.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "taskhost.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "taskhost.exe" }, "data": null }, { "label": "taskkill.exe", "kind": 3, "detail": "C:\\Windows\\system32\\taskkill.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "taskkill.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "taskkill.exe" }, "data": null }, { "label": "tasklist.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tasklist.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tasklist.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tasklist.exe" }, "data": null }, { "label": "taskmgr.exe", "kind": 3, "detail": "C:\\Windows\\system32\\taskmgr.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "taskmgr.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "taskmgr.exe" }, "data": null }, { "label": "taskschd.msc", "kind": 3, "detail": "C:\\Windows\\system32\\taskschd.msc", "documentation": null, "sortText": null, "filterText": null, "insertText": "taskschd.msc", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "taskschd.msc" }, "data": null }, { "label": "tcfg", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "tcfg", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tcfg" }, "data": null }, { "label": "tcmsetup.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tcmsetup.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tcmsetup.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tcmsetup.exe" }, "data": null }, { "label": "TCPSVCS.EXE", "kind": 3, "detail": "C:\\Windows\\system32\\TCPSVCS.EXE", "documentation": null, "sortText": null, "filterText": null, "insertText": "TCPSVCS.EXE", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TCPSVCS.EXE" }, "data": null }, { "label": "tee", "kind": 3, "detail": "Tee-Object", "documentation": null, "sortText": null, "filterText": null, "insertText": "tee", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tee" }, "data": null }, { "label": "Tee-Object", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Tee-Object", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Tee-Object" }, "data": null }, { "label": "telephon.cpl", "kind": 3, "detail": "C:\\Windows\\system32\\telephon.cpl", "documentation": null, "sortText": null, "filterText": null, "insertText": "telephon.cpl", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "telephon.cpl" }, "data": null }, { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-AppLockerPolicy" }, "data": null }, { "label": "Test-ComputerSecureChannel", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ComputerSecureChannel", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-ComputerSecureChannel" }, "data": null }, { "label": "Test-Connection", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Connection", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-Connection" }, "data": null }, { "label": "Test-DscConfiguration", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-DscConfiguration", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-DscConfiguration" }, "data": null }, { "label": "Test-ModuleManifest", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ModuleManifest", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-ModuleManifest" }, "data": null }, { "label": "Test-Path", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Path", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-Path" }, "data": null }, { "label": "Test-PSSessionConfigurationFile", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-PSSessionConfigurationFile", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-PSSessionConfigurationFile" }, "data": null }, { "label": "Test-ScriptFileInfo", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ScriptFileInfo", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-ScriptFileInfo" }, "data": null }, { "label": "Test-SqlAvailabilityGroup", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityGroup", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-SqlAvailabilityGroup" }, "data": null }, { "label": "Test-SqlAvailabilityReplica", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityReplica", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-SqlAvailabilityReplica" }, "data": null }, { "label": "Test-SqlDatabaseReplicaState", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlDatabaseReplicaState", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-SqlDatabaseReplicaState" }, "data": null }, { "label": "Test-SqlSmartAdmin", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlSmartAdmin", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-SqlSmartAdmin" }, "data": null }, { "label": "Test-WSMan", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-WSMan", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-WSMan" }, "data": null }, { "label": "timedate.cpl", "kind": 3, "detail": "C:\\Windows\\system32\\timedate.cpl", "documentation": null, "sortText": null, "filterText": null, "insertText": "timedate.cpl", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "timedate.cpl" }, "data": null }, { "label": "timeout.exe", "kind": 3, "detail": "C:\\Windows\\system32\\timeout.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "timeout.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "timeout.exe" }, "data": null }, { "label": "tlist.exe", "kind": 3, "detail": "C:\\Windows\\tlist.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tlist.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tlist.exe" }, "data": null }, { "label": "tnet.exe", "kind": 3, "detail": "C:\\Windows\\tnet.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tnet.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tnet.exe" }, "data": null }, { "label": "tpm.msc", "kind": 3, "detail": "C:\\Windows\\system32\\tpm.msc", "documentation": null, "sortText": null, "filterText": null, "insertText": "tpm.msc", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tpm.msc" }, "data": null }, { "label": "TpmInit.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TpmInit.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TpmInit.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TpmInit.exe" }, "data": null }, { "label": "Trace-Command", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Trace-Command", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Trace-Command" }, "data": null }, { "label": "tracerpt.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tracerpt.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tracerpt.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tracerpt.exe" }, "data": null }, { "label": "TRACERT.EXE", "kind": 3, "detail": "C:\\Windows\\system32\\TRACERT.EXE", "documentation": null, "sortText": null, "filterText": null, "insertText": "TRACERT.EXE", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TRACERT.EXE" }, "data": null }, { "label": "trcm", "kind": 3, "detail": "Trace-Command", "documentation": null, "sortText": null, "filterText": null, "insertText": "trcm", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "trcm" }, "data": null }, { "label": "tree.com", "kind": 3, "detail": "C:\\Windows\\system32\\tree.com", "documentation": null, "sortText": null, "filterText": null, "insertText": "tree.com", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tree.com" }, "data": null }, { "label": "tsc.exe", "kind": 3, "detail": "C:\\Program Files (x86)\\Microsoft SDKs\\TypeScript\\1.5\\tsc.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tsc.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tsc.exe" }, "data": null }, { "label": "tsc.js", "kind": 3, "detail": "C:\\Program Files (x86)\\Microsoft SDKs\\TypeScript\\1.5\\tsc.js", "documentation": null, "sortText": null, "filterText": null, "insertText": "tsc.js", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tsc.js" }, "data": null }, { "label": "tscon.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tscon.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tscon.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tscon.exe" }, "data": null }, { "label": "tsdiscon.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tsdiscon.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tsdiscon.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tsdiscon.exe" }, "data": null }, { "label": "TSEnv2.exe", "kind": 3, "detail": "C:\\Windows\\CCM\\nomad\\TSEnv2.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TSEnv2.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TSEnv2.exe" }, "data": null }, { "label": "tskill.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tskill.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tskill.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tskill.exe" }, "data": null }, { "label": "TSTheme.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TSTheme.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TSTheme.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TSTheme.exe" }, "data": null }, { "label": "TsUsbRedirectionGroupPolicyControl.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TsUsbRedirectionGroupPolicyControl.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TsUsbRedirectionGroupPolicyControl.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TsUsbRedirectionGroupPolicyControl.exe" }, "data": null }, { "label": "TSWbPrxy.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TSWbPrxy.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TSWbPrxy.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TSWbPrxy.exe" }, "data": null }, { "label": "TsWpfWrp.exe", "kind": 3, "detail": "C:\\Windows\\system32\\TsWpfWrp.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "TsWpfWrp.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "TsWpfWrp.exe" }, "data": null }, { "label": "twunk_16.exe", "kind": 3, "detail": "C:\\Windows\\twunk_16.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "twunk_16.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "twunk_16.exe" }, "data": null }, { "label": "twunk_32.exe", "kind": 3, "detail": "C:\\Windows\\twunk_32.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "twunk_32.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "twunk_32.exe" }, "data": null }, { "label": "type", "kind": 3, "detail": "Get-Content", "documentation": null, "sortText": null, "filterText": null, "insertText": "& type", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "& type" }, "data": null }, { "label": "typeperf.exe", "kind": 3, "detail": "C:\\Windows\\system32\\typeperf.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "typeperf.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "typeperf.exe" }, "data": null }, { "label": "typings.cmd", "kind": 3, "detail": "C:\\Users\\U403598\\AppData\\Roaming\\npm\\typings.cmd", "documentation": null, "sortText": null, "filterText": null, "insertText": "typings.cmd", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "typings.cmd" }, "data": null }, { "label": "tzutil.exe", "kind": 3, "detail": "C:\\Windows\\system32\\tzutil.exe", "documentation": null, "sortText": null, "filterText": null, "insertText": "tzutil.exe", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tzutil.exe" }, "data": null } ] } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 1 }, "end": { "line": 0, "character": 1 } }, "rangeLength": 0, "text": "e" } ] } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:53 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 2, "method": "completionItem/resolve", "params": { "label": "tee", "detail": "Tee-Object", "documentation": null, "filterText": null, "insertText": "tee", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tee" }, "data": null } } 5/21/2016 11:32:53 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "2", "result": { "label": "tee", "kind": 3, "detail": "Tee-Object", "documentation": "", "sortText": null, "filterText": null, "insertText": "tee", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "tee" }, "data": null } } 5/21/2016 11:32:54 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1013 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analyzing script file: untitled:Untitled-1 5/21/2016 11:32:54 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1019 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analysis complete. 5/21/2016 11:32:54 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "uri": "untitled:Untitled-1", "diagnostics": [] } } 5/21/2016 11:32:54 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 2 }, "end": { "line": 0, "character": 2 } }, "rangeLength": 0, "text": "s" } ] } } 5/21/2016 11:32:54 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:54 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 3, "method": "completionItem/resolve", "params": { "label": "Test-AppLockerPolicy", "detail": null, "documentation": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "3", "result": { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": "Tests whether the input files are allowed to run for a given user based on the specified AppLocker policy.", "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 1 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 3 }, "end": { "line": 0, "character": 3 } }, "rangeLength": 0, "text": "t" } ] } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 4 }, "end": { "line": 0, "character": 4 } }, "rangeLength": 0, "text": "-" } ] } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 4, "method": "textDocument/completion", "params": { "uri": "untitled:Untitled-1", "position": { "line": 0, "character": 5 } } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:55 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "4", "result": [ { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-AppLockerPolicy" }, "data": null }, { "label": "Test-ComputerSecureChannel", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ComputerSecureChannel", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-ComputerSecureChannel" }, "data": null }, { "label": "Test-Connection", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Connection", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-Connection" }, "data": null }, { "label": "Test-DscConfiguration", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-DscConfiguration", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-DscConfiguration" }, "data": null }, { "label": "Test-ModuleManifest", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ModuleManifest", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-ModuleManifest" }, "data": null }, { "label": "Test-Path", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Path", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-Path" }, "data": null }, { "label": "Test-PSSessionConfigurationFile", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-PSSessionConfigurationFile", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-PSSessionConfigurationFile" }, "data": null }, { "label": "Test-ScriptFileInfo", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ScriptFileInfo", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-ScriptFileInfo" }, "data": null }, { "label": "Test-SqlAvailabilityGroup", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityGroup", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-SqlAvailabilityGroup" }, "data": null }, { "label": "Test-SqlAvailabilityReplica", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityReplica", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-SqlAvailabilityReplica" }, "data": null }, { "label": "Test-SqlDatabaseReplicaState", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlDatabaseReplicaState", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-SqlDatabaseReplicaState" }, "data": null }, { "label": "Test-SqlSmartAdmin", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlSmartAdmin", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-SqlSmartAdmin" }, "data": null }, { "label": "Test-WSMan", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-WSMan", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-WSMan" }, "data": null } ] } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 5, "method": "completionItem/resolve", "params": { "label": "Test-AppLockerPolicy", "detail": null, "documentation": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "5", "result": { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": "Tests whether the input files are allowed to run for a given user based on the specified AppLocker policy.", "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 5 }, "end": { "line": 0, "character": 5 } }, "rangeLength": 0, "text": "p" } ] } } 5/21/2016 11:32:55 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:55 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 6, "method": "completionItem/resolve", "params": { "label": "Test-Path", "detail": null, "documentation": null, "filterText": null, "insertText": "Test-Path", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-Path" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "6", "result": { "label": "Test-Path", "kind": 3, "detail": null, "documentation": "Determines whether all elements of a path exist.", "sortText": null, "filterText": null, "insertText": "Test-Path", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-Path" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1013 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analyzing script file: untitled:Untitled-1 5/21/2016 11:32:56 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1019 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analysis complete. 5/21/2016 11:32:56 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "uri": "untitled:Untitled-1", "diagnostics": [] } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 5 }, "end": { "line": 0, "character": 6 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 7, "method": "completionItem/resolve", "params": { "label": "Test-AppLockerPolicy", "detail": null, "documentation": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "7", "result": { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": "Tests whether the input files are allowed to run for a given user based on the specified AppLocker policy.", "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 5 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 4 }, "end": { "line": 0, "character": 5 } }, "rangeLength": 1, "text": "" } ] } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 8, "method": "textDocument/completion", "params": { "uri": "untitled:Untitled-1", "position": { "line": 0, "character": 4 } } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:56 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "8", "result": [ { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-AppLockerPolicy" }, "data": null }, { "label": "Test-ComputerSecureChannel", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ComputerSecureChannel", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-ComputerSecureChannel" }, "data": null }, { "label": "Test-Connection", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Connection", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-Connection" }, "data": null }, { "label": "Test-DscConfiguration", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-DscConfiguration", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-DscConfiguration" }, "data": null }, { "label": "Test-ModuleManifest", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ModuleManifest", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-ModuleManifest" }, "data": null }, { "label": "Test-Path", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-Path", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-Path" }, "data": null }, { "label": "Test-PSSessionConfigurationFile", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-PSSessionConfigurationFile", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-PSSessionConfigurationFile" }, "data": null }, { "label": "Test-ScriptFileInfo", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-ScriptFileInfo", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-ScriptFileInfo" }, "data": null }, { "label": "Test-SqlAvailabilityGroup", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityGroup", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-SqlAvailabilityGroup" }, "data": null }, { "label": "Test-SqlAvailabilityReplica", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlAvailabilityReplica", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-SqlAvailabilityReplica" }, "data": null }, { "label": "Test-SqlDatabaseReplicaState", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlDatabaseReplicaState", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-SqlDatabaseReplicaState" }, "data": null }, { "label": "Test-SqlSmartAdmin", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-SqlSmartAdmin", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-SqlSmartAdmin" }, "data": null }, { "label": "Test-WSMan", "kind": 3, "detail": null, "documentation": null, "sortText": null, "filterText": null, "insertText": "Test-WSMan", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-WSMan" }, "data": null } ] } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 9, "method": "completionItem/resolve", "params": { "label": "Test-AppLockerPolicy", "detail": null, "documentation": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "kind": 3, "sortText": null, "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "id": "9", "result": { "label": "Test-AppLockerPolicy", "kind": 3, "detail": null, "documentation": "Tests whether the input files are allowed to run for a given user based on the specified AppLocker policy.", "sortText": null, "filterText": null, "insertText": "Test-AppLockerPolicy", "textEdit": { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "newText": "Test-AppLockerPolicy" }, "data": null } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 4 } }, "rangeLength": 4, "text": "" } ] } } 5/21/2016 11:32:56 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:57 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1013 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analyzing script file: untitled:Untitled-1 5/21/2016 11:32:57 AM [VERBOSE] - Method "DelayThenInvokeDiagnostics" at line 1019 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\Server\LanguageServer.cs Analysis complete. 5/21/2016 11:32:57 AM [VERBOSE] - Method "WriteMessage" at line 58 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageWriter.cs WRITE MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "uri": "untitled:Untitled-1", "diagnostics": [] } } 5/21/2016 11:32:57 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "method": "textDocument/didChange", "params": { "uri": "untitled:Untitled-1", "contentChanges": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 0 } }, "rangeLength": 0, "text": "n" } ] } } 5/21/2016 11:32:57 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:57 AM [VERBOSE] - Method "ReadMessage" at line 111 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Protocol\MessageProtocol\MessageReader.cs READ MESSAGE: { "jsonrpc": "2.0", "id": 10, "method": "textDocument/completion", "params": { "uri": "untitled:Untitled-1", "position": { "line": 0, "character": 1 } } } 5/21/2016 11:32:57 AM [VERBOSE] - Method "ResolveFilePath" at line 248 of C:\projects\powershelleditorservices\src\PowerShellEditorServices\Workspace\Workspace.cs Resolved path: untitled:Untitled-1 5/21/2016 11:32:57 AM [ERROR] - Method "CurrentDomain_UnhandledException" at line 178 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.ArgumentException: parsing "^\s*notepad++.exe\s+\[" - Nested quantifier +. at System.Text.RegularExpressions.RegexParser.ScanRegex() at System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op) at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, TimeSpan matchTimeout, Boolean useCache) at System.Text.RegularExpressions.Regex.IsMatch(String input, String pattern) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.CreateCompletionItem(CompletionDetails completionDetails, BufferRange completionRange, Int32 sortIndex) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__32.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__31.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Utility.AsyncContext.Start(Func`1 asyncMainFunc) at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.ProtocolEndpoint.WaitForExit() at Microsoft.PowerShell.EditorServices.Host.Program.Main(String[] args) ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.ArgumentException: parsing "^\s*notepad++.exe\s+\[" - Nested quantifier +. at System.Text.RegularExpressions.RegexParser.ScanRegex() at System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op) at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, TimeSpan matchTimeout, Boolean useCache) at System.Text.RegularExpressions.Regex.IsMatch(String input, String pattern) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.CreateCompletionItem(CompletionDetails completionDetails, BufferRange completionRange, Int32 sortIndex) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__32.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__31.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Utility.AsyncContext.Start(Func`1 asyncMainFunc) at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- ---> (Inner Exception #0) System.ArgumentException: parsing "^\s*notepad++.exe\s+\[" - Nested quantifier +. at System.Text.RegularExpressions.RegexParser.ScanRegex() at System.Text.RegularExpressions.RegexParser.Parse(String re, RegexOptions op) at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, TimeSpan matchTimeout, Boolean useCache) at System.Text.RegularExpressions.Regex.IsMatch(String input, String pattern) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.CreateCompletionItem(CompletionDetails completionDetails, BufferRange completionRange, Int32 sortIndex) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Microsoft.PowerShell.EditorServices.Protocol.Server.LanguageServer.d__22.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__32.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol.MessageDispatcher.d__31.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerShell.EditorServices.Utility.AsyncContext.Start(Func`1 asyncMainFunc) at System.Threading.Tasks.Task.Execute()<--- <---